Skip to content

Commit

Permalink
Fix regression.diffs path in ci/check_output.sh
Browse files Browse the repository at this point in the history
This was missed during refactoring by orioledb#400
  • Loading branch information
za-arthur committed Dec 21, 2024
1 parent 1b1677b commit 5492f26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/check_output.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if [ $oomcount != $oomsbefore ]; then
fi

# show diff if it exists
for f in ` find . -name regression.diffs ` ; do
for f in ` find . -name test/regression.diffs ` ; do
echo "========= Contents of $f"
cat $f
status=1
Expand Down

0 comments on commit 5492f26

Please sign in to comment.