Skip to content

Commit

Permalink
debug
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 70b5f57 commit 4fb9998
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,14 +162,15 @@ jobs:
exit $REBENCH_EXIT
fi
ls -lah .
ls -lah ..
if [ ! -f test.data ]; then
echo "test.data not found"
exit 1
fi
if [ "$(wc -l < test.data)" -ne "19" ]; then
cat test.data
wc -l test.data
if [ "$(wc -l test.data)" -ne "19" ]; then
echo "test.data has wrong number of lines"
exit 1
fi

0 comments on commit 4fb9998

Please sign in to comment.