mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-03 22:28:46 +00:00
Disable FANCY_OUTPUT in Odin test scripts
This should tidy up the CI output logs a bit.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
if not exist "build\" mkdir build
|
||||
pushd build
|
||||
|
||||
set COMMON=-collection:tests=..\..
|
||||
set COMMON=-collection:tests=..\.. -define:ODIN_TEST_FANCY=false
|
||||
|
||||
@echo on
|
||||
|
||||
|
||||
Reference in New Issue
Block a user