mirror of
https://github.com/AleoHQ/leo.git
synced 2024-12-19 07:32:26 +03:00
4 lines
255 B
Bash
Executable File
4 lines
255 B
Bash
Executable File
export CLEAR_LEO_TEST_EXPECTATIONS=1
|
|
cargo test --package leo-parser --lib -- test::parser_tests --exact --nocapture
|
|
# cargo test --package leo-parser --lib -- test::parser_tests --exact --nocapture 2>&1 | grep -A 2 dbg
|
|
export CLEAR_LEO_TEST_EXPECTATIONS= |