Skip to content

Commit 395ab84

Browse files
committed
update feature name in test
Signed-off-by: Simon Davies <simongdavies@users.noreply.github.com>
1 parent b6b3c51 commit 395ab84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Justfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ test-rust target=default-target features="": (test-rust-int "rust" target featur
9494
test-seccomp target=default-target:
9595
# run seccomp test with feature "seccomp" on and off
9696
cargo test --profile={{ if target == "debug" { "dev" } else { target } }} -p hyperlight-host test_violate_seccomp_filters --lib -- --ignored
97-
cargo test --profile={{ if target == "debug" { "dev" } else { target } }} -p hyperlight-host test_violate_seccomp_filters --no-default-features --features mshv,kvm --lib -- --ignored
97+
cargo test --profile={{ if target == "debug" { "dev" } else { target } }} -p hyperlight-host test_violate_seccomp_filters --no-default-features --features mshv2,kvm --lib -- --ignored
9898

9999
# rust integration tests. guest can either be "rust" or "c"
100100
test-rust-int guest target=default-target features="":
@@ -185,4 +185,4 @@ fuzz:
185185
cd src/hyperlight_host && cargo +nightly fuzz run fuzz_target_1
186186

187187
fuzz-timed:
188-
cd src/hyperlight_host && cargo +nightly fuzz run fuzz_target_1 -- -max_total_time=300
188+
cd src/hyperlight_host && cargo +nightly fuzz run fuzz_target_1 -- -max_total_time=300

0 commit comments

Comments
 (0)