Skip to content

Commit

Permalink
Set args path
Browse files Browse the repository at this point in the history
  • Loading branch information
prozacchiwawa committed Nov 17, 2023
1 parent aae2cb6 commit 334f6ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ jobs:
shell: bash
run: |
. ./activate
python ./resources/tests/lib/steprun.py ./resources/tests/mandelbrot/mandelbrot.clvm.hex mand_args.txt ./resources/tests/mandelbrot/mandelbrot.sym > /tmp/mand_output.txt
python ./resources/tests/lib/steprun.py ./resources/tests/mandelbrot/mandelbrot.clvm.hex resources/tests/mandelbrot/mand_args.txt ./resources/tests/mandelbrot/mandelbrot.sym > /tmp/mand_output.txt
# Fail if the output differs.
diff -s -q /tmp/mand_output.txt ./resources/tests/mandelbrot/mand_test.txt
Expand Down

0 comments on commit 334f6ae

Please sign in to comment.