mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-31 03:40:08 +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
|
||||
|
||||
|
||||
+1
-1
@@ -4,7 +4,7 @@ set -eu
|
||||
mkdir -p build
|
||||
pushd build
|
||||
ODIN=../../../odin
|
||||
COMMON="-collection:tests=../.."
|
||||
COMMON="-collection:tests=../.. -define:ODIN_TEST_FANCY=false"
|
||||
|
||||
NO_NIL_ERR="Error: "
|
||||
|
||||
|
||||
Reference in New Issue
Block a user