mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 07:38:48 +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,5 +1,5 @@
|
|||||||
ODIN=../../odin
|
ODIN=../../odin
|
||||||
COMMON=-no-bounds-check -vet -strict-style
|
COMMON=-no-bounds-check -vet -strict-style -define:ODIN_TEST_FANCY=false
|
||||||
|
|
||||||
all: crypto_bench \
|
all: crypto_bench \
|
||||||
hash_bench
|
hash_bench
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
@echo off
|
@echo off
|
||||||
set COMMON=-no-bounds-check -vet -strict-style
|
set COMMON=-no-bounds-check -vet -strict-style -define:ODIN_TEST_FANCY=false
|
||||||
set PATH_TO_ODIN==..\..\odin
|
set PATH_TO_ODIN==..\..\odin
|
||||||
|
|
||||||
echo ---
|
echo ---
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
ODIN=../../odin
|
ODIN=../../odin
|
||||||
PYTHON=$(shell which python3)
|
PYTHON=$(shell which python3)
|
||||||
COMMON=-no-bounds-check -vet -strict-style
|
COMMON=-no-bounds-check -vet -strict-style -define:ODIN_TEST_FANCY=false
|
||||||
|
|
||||||
all: all_bsd \
|
all: all_bsd \
|
||||||
net_test
|
net_test
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
@echo off
|
@echo off
|
||||||
set COMMON=-no-bounds-check -vet -strict-style
|
set COMMON=-no-bounds-check -vet -strict-style -define:ODIN_TEST_FANCY=false
|
||||||
set PATH_TO_ODIN==..\..\odin
|
set PATH_TO_ODIN==..\..\odin
|
||||||
python3 download_assets.py
|
python3 download_assets.py
|
||||||
echo ---
|
echo ---
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ set TEST_ARGS=-fast-tests
|
|||||||
set TEST_ARGS=-no-random
|
set TEST_ARGS=-no-random
|
||||||
set TEST_ARGS=
|
set TEST_ARGS=
|
||||||
set OUT_NAME=math_big_test_library.dll
|
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 ---
|
||||||
echo Running core:math/big tests
|
echo Running core:math/big tests
|
||||||
echo ---
|
echo ---
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
if not exist "build\" mkdir build
|
if not exist "build\" mkdir build
|
||||||
pushd build
|
pushd build
|
||||||
|
|
||||||
set COMMON=-collection:tests=..\..
|
set COMMON=-collection:tests=..\.. -define:ODIN_TEST_FANCY=false
|
||||||
|
|
||||||
@echo on
|
@echo on
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -4,7 +4,7 @@ set -eu
|
|||||||
mkdir -p build
|
mkdir -p build
|
||||||
pushd build
|
pushd build
|
||||||
ODIN=../../../odin
|
ODIN=../../../odin
|
||||||
COMMON="-collection:tests=../.."
|
COMMON="-collection:tests=../.. -define:ODIN_TEST_FANCY=false"
|
||||||
|
|
||||||
NO_NIL_ERR="Error: "
|
NO_NIL_ERR="Error: "
|
||||||
|
|
||||||
|
|||||||
Vendored
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
@echo off
|
@echo off
|
||||||
set COMMON=-show-timings -no-bounds-check -vet -strict-style
|
set COMMON=-show-timings -no-bounds-check -vet -strict-style -define:ODIN_TEST_FANCY=false
|
||||||
set PATH_TO_ODIN==..\..\odin
|
set PATH_TO_ODIN==..\..\odin
|
||||||
|
|
||||||
echo ---
|
echo ---
|
||||||
|
|||||||
Reference in New Issue
Block a user