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
@@ -5,7 +5,7 @@ set TEST_ARGS=-fast-tests
set TEST_ARGS=-no-random
set TEST_ARGS=
set OUT_NAME=math_big_test_library.dll
set COMMON=-build-mode:shared -show-timings -no-bounds-check -define:MATH_BIG_EXE=false -vet -strict-style
set COMMON=-build-mode:shared -show-timings -no-bounds-check -define:MATH_BIG_EXE=false -vet -strict-style -define:ODIN_TEST_FANCY=false
echo ---
echo Running core:math/big tests
echo ---