Commit 8e621b67 authored by Rich Prohaska's avatar Rich Prohaska

#211 simplify sql bench test runner

parent 72f92968
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment