mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-10 15:36:29 -04:00
* 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
8 lines
94 B
Batchfile
8 lines
94 B
Batchfile
@echo off
|
|
|
|
setlocal
|
|
set RUST_TEST_THREADS=1
|
|
set RUST_BACKTRACE=full
|
|
cargo test "%~1"
|
|
endlocal
|