Skip to content

Commit 6996585

Browse files
committed
Make test runs verbose
1 parent 9aa4e8b commit 6996585

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@ function run_lit_test() {
146146
cargo build
147147
cargo build --release
148148

149-
lit -DCOMPILER=$project_location/target/debug/plc tests/lit/
150-
lit -DCOMPILER=$project_location/target/release/plc tests/lit/
149+
lit -v -DCOMPILER=$project_location/target/debug/plc tests/lit/
150+
lit -v -DCOMPILER=$project_location/target/release/plc tests/lit/
151151
}
152152

153153
function run_test() {

0 commit comments

Comments
 (0)