diff --git a/justfile b/justfile index 442f36d74..c11d5cf83 100644 --- a/justfile +++ b/justfile @@ -170,7 +170,7 @@ get-binary outdir=".": (get-output output-filename outdir) -chmod +x {{ outdir / output-filename }} e2e-test file *arguments: (get-binary "e2e-tests") - cd e2e-tests && env -i PATH="$PATH" bash {{file}}.sh {{output-filename}} {{arguments}} + cd e2e-tests && env -u RUSTFLAGS bash {{file}}.sh {{output-filename}} {{arguments}} e2e-test-live: (e2e-test "live") e2e-test-manifest-path: (e2e-test "manifest-path")