Commit 78b5894f authored by Leif Walsh's avatar Leif Walsh Committed by Yoni Fogel

[t:4382] don't invert --only_create runs

git-svn-id: file:///svn/toku/tokudb@38773 c7de825b-a66e-492c-adef-691d508d4ae1
parent 7054e8c3
......@@ -117,7 +117,7 @@ run_test() {
t2=""
envdir="../${exec}-${table_size}-${cachetable_size}-${num_ptquery}-${num_update}-$$.dir"
cd $rundir
if ! LD_LIBRARY_PATH=../../../lib:$LD_LIBRARY_PATH \
if LD_LIBRARY_PATH=../../../lib:$LD_LIBRARY_PATH \
../$exec -v --only_create --num_seconds 600 --envdir "$envdir" \
--num_elements $table_size \
--cachetable_size $cachetable_size &> $tmplog
......
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