File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ test-rust target=default-target features="": (test-rust-int "rust" target featur
94
94
test-seccomp target = default-target :
95
95
# run seccomp test with feature "seccomp" on and off
96
96
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
98
98
99
99
# rust integration tests. guest can either be "rust" or "c"
100
100
test-rust-int guest target = default-target features = " ":
@@ -185,4 +185,4 @@ fuzz:
185
185
cd src/ hyperlight_host && cargo + nightly fuzz run fuzz_target_1
186
186
187
187
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
You can’t perform that action at this time.
0 commit comments