Skip to content

Commit

Permalink
use long name since we're in a wierd shell
Browse files Browse the repository at this point in the history
  • Loading branch information
prozacchiwawa committed Nov 17, 2023
1 parent e7bab47 commit e87aa3a
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 @@ -156,7 +156,7 @@ jobs:
python ./resources/tests/lib/steprun.py ./resources/tests/mandelbrot/mandelbrot.clvm.hex resources/tests/mandelbrot/mand_args.txt ./resources/tests/mandelbrot/mandelbrot.sym > mand_output.txt
# git diff invoked this way returns 0 (as /bin/true) if there is no difference or 1 if there is.
git diff --no-index -s --quiet -- mand_output.txt ./resources/tests/mandelbrot/mand_test.txt
rm -f mand_output.txt
rm --force mand_output.txt
- name: Verify recompilation of old sources match with new compiler
Expand Down

0 comments on commit e87aa3a

Please sign in to comment.