Commit 5e2e4e74 authored by Leif Walsh's avatar Leif Walsh Committed by Yoni Fogel

[t:4382] have to negate failure condition for 'test' mode

git-svn-id: file:///svn/toku/tokudb@38703 c7de825b-a66e-492c-adef-691d508d4ae1
parent a9c0362b
......@@ -104,7 +104,7 @@ run_test() {
t1=""
t2=""
envdir="./${exec}-${table_size}-${cachetable_size}-${num_ptquery}-${num_update}-$$.dir"
if ./$exec -v --test --num_seconds 180 --envdir "$envdir" \
if ! ./$exec -v --test --num_seconds 180 --envdir "$envdir" \
--num_elements $table_size \
--cachetable_size $cachetable_size \
--num_ptquery_threads $num_ptquery \
......
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