Skip to content

Commit

Permalink
Fix e2e-tests
Browse files Browse the repository at this point in the history
Signed-off-by: Jiahao XU <[email protected]>
  • Loading branch information
NobodyXu committed Feb 21, 2023
1 parent af03c85 commit 05f25d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 05f25d9

Please sign in to comment.