mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 03:51:50 +01:00
[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
This commit is contained in:
parent
80ccbbbed2
commit
ba281e914b
1 changed files with 1 additions and 0 deletions
|
@ -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++ ))
|
||||
|
|
Loading…
Add table
Reference in a new issue