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 @@ -101,7 +101,7 @@ test-rust-int guest target=default-target features="":
101101 # integration tests
102102
103103 # run execute_on_heap test with feature "executable_heap" on and off
104- {{ if os () == " windows" { " $env:" } else { " " } }} GUEST=" {{ guest}} "{{ if os () == " windows" { " ;" } else { " " } }} cargo test --profile={{ if target == " debug" { " dev" } else { target } }} --test integration_test execute_on_heap {{ if features == " " {' executable_heap' } else {" --features executable_heap," + features} }} -- --ignored
104+ {{ if os () == " windows" { " $env:" } else { " " } }} GUEST=" {{ guest}} "{{ if os () == " windows" { " ;" } else { " " } }} cargo test --profile={{ if target == " debug" { " dev" } else { target } }} --test integration_test execute_on_heap {{ if features == " " {" --features executable_heap" } else {" --features executable_heap," + features} }} -- --ignored
105105 {{ if os () == " windows" { " $env:" } else { " " } }} GUEST=" {{ guest}} "{{ if os () == " windows" { " ;" } else { " " } }} cargo test --profile={{ if target == " debug" { " dev" } else { target } }} --test integration_test execute_on_heap {{ if features == " " {" " } else {" --features " + features} }} -- --ignored
106106 # run the rest of the integration tests
107107 {{ if os () == " windows" { " $env:" } else { " " } }} GUEST=" {{ guest}} "{{ if os () == " windows" { " ;" } else { " " } }} cargo test -p hyperlight-host {{ if features == " " {' ' } else if features== " no-default-features" {" --no-default-features" } else {" --no-default-features -F " + features } }} --profile={{ if target == " debug" { " dev" } else { target } }} --test ' *'
You can’t perform that action at this time.
0 commit comments