Commit 6e7e2670 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 8a6d5b9b
...@@ -4,8 +4,7 @@ if [[ $# -ne 1 ]]; then exit 1; fi ...@@ -4,8 +4,7 @@ if [[ $# -ne 1 ]]; then exit 1; fi
bin=$1; shift bin=$1; shift
$bin --test if $bin --test
if [[ $? -eq 0 ]]
then then
echo $bin --test did not crash echo $bin --test did not crash
exit 1 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