Commit 6a94e94c authored by Leif Walsh's avatar Leif Walsh Committed by Yoni Fogel

refs #4871 fix run_checkpoint_stress_test.sh


git-svn-id: file:///svn/toku/tokudb@46090 c7de825b-a66e-492c-adef-691d508d4ae1
parent 7f7192a3
...@@ -15,7 +15,7 @@ for (( i = 1; i < $runs; i++ )) ...@@ -15,7 +15,7 @@ for (( i = 1; i < $runs; i++ ))
do do
echo -n "$i: " && date echo -n "$i: " && date
set +e set +e
$bin -c -i $i -n $size -X novalgrind 2>dir.checkpoint_stress.c.tdb/error.$i $bin -c -i $i -n $size -X novalgrind 2>dir.checkpoint_stress.tdb/error.$i
test $? -eq $abortcode || exit 1 test $? -eq $abortcode || exit 1
set -e set -e
grep -q 'HAPPY CRASH' dir.checkpoint_stress.c.tdb/error.$i grep -q 'HAPPY CRASH' dir.checkpoint_stress.c.tdb/error.$i
......
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