Clean up environment variables after windows batch scripts
This commit is contained in:
parent
4cac85fec4
commit
91da7206b7
3 changed files with 14 additions and 13 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue