Get logging flags working properly with test script

This commit is contained in:
Max Brunsfeld 2019-01-14 17:19:46 -08:00
parent b1fa49448d
commit 5c3c1dd0bd
19 changed files with 140 additions and 225 deletions

View file

@ -1,9 +1,7 @@
@echo off
msbuild /p:Configuration=Test tests.vcxproj
set only_arg=
IF not "%~1"=="" (
set only_arg=--only=%1
)
set TREE_SITTER_TEST=1
set RUST_TEST_THREADS=1
set RUST_BACKTRACE=full
.\test\tests.exe --reporter=singleline --no-color %only_arg%
cargo test "%~1"