Disable FANCY_OUTPUT in Odin test scripts

This should tidy up the CI output logs a bit.
This commit is contained in:
Feoramund
2024-06-02 14:54:32 -04:00
parent d581dbbec5
commit 890fe07c6e
8 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -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
View File
@@ -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: "