Browse Source

#211 simplify sql bench test runner

pull/73/head
Rich Prohaska 12 years ago
parent
commit
8e621b6776
  1. 2
      scripts/run.sql.bench.bash

2
scripts/run.sql.bench.bash

@ -121,7 +121,7 @@ while read l ; do
status=PASS
fi
else
if [[ $l =~ "Got error|Died" ]] ; then
if [[ $l =~ Got\ error|Died ]] ; then
status=FAIL
fi
fi

Loading…
Cancel
Save