Skip to content

Commit

Permalink
fix trivial typo in a filename in a command in the smoke test
Browse files Browse the repository at this point in the history
  • Loading branch information
moste00 committed Nov 7, 2024
1 parent 2e10078 commit 1278374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/end2end-smoke-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
exit 1
fi
if ! diff -q riscv_insn.gen.inc ../old_output/riscv_insn.gen.gen.inc > /dev/null 2>&1; then
if ! diff -q riscv_insn.gen.inc ../old_output/riscv_insn.gen.inc > /dev/null 2>&1; then
echo "Failure: The tool-generated instruction ids differ from the one committed in the repo"
exit 1
fi
Expand Down

0 comments on commit 1278374

Please sign in to comment.