Skip to content

Commit a2341fe

Browse files
committed
Justfile fixup
1 parent bc180f7 commit a2341fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ test-rust target=default-target features="": (test-rust-int "rust" target featur
9393

9494
test-seccomp target=default-target features="":
9595
# run seccomp test with feature "seccomp" on and off
96-
cargo test --profile={{ if target == "debug" { "dev" } else { target } }} -p hyperlight-host test_violate_seccomp_filters --lib {{ if features =="" {''} else { "--features" + features } }}-- --ignored
96+
cargo test --profile={{ if target == "debug" { "dev" } else { target } }} -p hyperlight-host test_violate_seccomp_filters --lib {{ if features =="" {''} else { "--features " + features } }}-- --ignored
9797
cargo test --profile={{ if target == "debug" { "dev" } else { target } }} -p hyperlight-host test_violate_seccomp_filters --no-default-features {{ if features =~"*mshv3*" {"--features mshv3"} else {"--features mshv2,kvm" } }} --lib -- --ignored
9898

9999
# rust integration tests. guest can either be "rust" or "c"

0 commit comments

Comments
 (0)