This website requires JavaScript.
Explore
Help
Sign in
traxys
/
tree-sitter
Watch
1
Star
0
Fork
You've already forked tree-sitter
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
df1fe842eb
tree-sitter
/
script
/
test.cmd
8 lines
94 B
Batchfile
Raw
Normal View
History
Unescape
Escape
Add support for running focused tests via windows test script
2018-05-21 14:09:09 -07:00
@
echo
off
Clean up environment variables after windows batch scripts
2019-02-01 15:54:34 -08:00
setlocal
Get logging flags working properly with test script
2019-01-14 17:19:46 -08:00
set
RUST_TEST_THREADS
=
1
set
RUST_BACKTRACE
=
full
Improve randomized testing setup * Allow iterations to be specified via an env var * Randomly decide the edit count, with a maximum specified via an env var. * Instead of separate env vars for starting seed + trial, just accept a seed * Remove some noisy output
2022-03-02 16:45:54 -08:00
cargo test
"
%~1
"
Clean up environment variables after windows batch scripts
2019-02-01 15:54:34 -08:00
endlocal
Reference in a new issue
Copy permalink