Clean up environment variables after windows batch scripts

This commit is contained in:
Max Brunsfeld 2019-02-01 15:54:34 -08:00
parent 4cac85fec4
commit 91da7206b7
3 changed files with 14 additions and 13 deletions

View file

@ -1,7 +1,8 @@
@echo off
setlocal
set TREE_SITTER_TEST=1
set RUST_TEST_THREADS=1
set RUST_BACKTRACE=full
cargo test "%~1" -- --nocapture
endlocal