Commit 3329114a authored by Leif Walsh's avatar Leif Walsh Committed by Yoni Fogel

refs #5537 fix in a simpler way


git-svn-id: file:///svn/toku/tokudb@48385 c7de825b-a66e-492c-adef-691d508d4ae1
parent 353c72c9
......@@ -4,8 +4,7 @@ if [[ $# -ne 1 ]]; then exit 1; fi
bin=$1; shift
$bin --test
if [[ $? -eq 0 ]]
if $bin --test
then
echo $bin --test did not crash
exit 1
......
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