File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
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
9494test-seccomp target = default-target features = " ":
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 {{ if features == " " {' ' } else { " --features " + features } }} -- --ignored
97- 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
97+ 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"
100100test-rust-int guest target = default-target features = " ":
You can’t perform that action at this time.
0 commit comments