We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41f203c commit 50d5fe9Copy full SHA for 50d5fe9
tests/tools/compare_results.sh
@@ -84,7 +84,7 @@ for sqlfile in $sqlfiles; do
84
echo "see diffs here: $HOSTNAME"
85
echo "> diff -u ${PWD}/{$testname.$exp_extn,$testname.output}"
86
echo "first 10 lines of the diff:"
87
- $cmd | head -10
+ diff $testname.$exp_extn $testname.output | head -10
88
echo
89
exit 1
90
fi
0 commit comments