Skip to content

Commit d0cb690

Browse files
committed
Hardcode test
1 parent 25f31f4 commit d0cb690

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ function run_lit_test() {
146146
cargo build
147147
cargo build --release
148148

149-
lit -v -DCOMPILER=$project_location/target/debug/plc tests/lit/
149+
/root/.local/bin/lit -v -DCOMPILER=$project_location/target/debug/plc tests/lit/
150150
lit -v -DCOMPILER=$project_location/target/release/plc tests/lit/
151151
}
152152

0 commit comments

Comments
 (0)