mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 22:58: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:
+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