Skip to content

Commit

Permalink
Make test runs verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
volsa committed Jun 13, 2024
1 parent 9aa4e8b commit 6996585
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ function run_lit_test() {
cargo build
cargo build --release

lit -DCOMPILER=$project_location/target/debug/plc tests/lit/
lit -DCOMPILER=$project_location/target/release/plc tests/lit/
lit -v -DCOMPILER=$project_location/target/debug/plc tests/lit/
lit -v -DCOMPILER=$project_location/target/release/plc tests/lit/
}

function run_test() {
Expand Down

0 comments on commit 6996585

Please sign in to comment.