Commit f9dbd25b authored by Leif Walsh's avatar Leif Walsh Committed by Yoni Fogel

[t:4814] have run_recover_stress_test.sh make the directory for its error

files so it doesn't fail


git-svn-id: file:///svn/toku/tokudb@43223 c7de825b-a66e-492c-adef-691d508d4ae1
parent b724720a
......@@ -9,6 +9,7 @@ size=$1; shift
runs=$1; shift
abortcode=$1; shift
mkdir -p dir.recover_stress.c.tdb
$bin -C -n $size -l
$bin -C -i 0 -n $size -l
for (( i = 1; i < $runs; 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