Skip to content

Commit

Permalink
hmpf
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Marr <[email protected]>
  • Loading branch information
smarr committed Jan 26, 2025
1 parent fd428db commit 55bab91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:
run: |
set +e
cd rebench
rebench ../rebench.conf e:TestRunner2
rebench -c ../rebench.conf e:TestRunner2
REBENCH_EXIT=$?
echo "rebench exit code: $REBENCH_EXIT"
Expand All @@ -167,7 +167,7 @@ jobs:
exit 1
fi
EXPECTED=169
EXPECTED=80
LINES=$(cat test.data | grep total | wc -l)
if [ "$LINES" -ne "$EXPECTED" ]; then
echo "test.data has unexpected number of lines: $LINES"
Expand Down

0 comments on commit 55bab91

Please sign in to comment.