[t:4814] fix recovery_fileops_unit.tdb runner

git-svn-id: file:///svn/toku/tokudb@43405 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
Leif Walsh 2013-04-17 00:00:27 -04:00 committed by Yoni Fogel
parent c484a47725
commit f9e6f808ac

View file

@ -48,12 +48,7 @@ do
do do
for h in $hset for h in $hset
do do
test $O != c || true if [[ "$O" != "c" && $c -eq 0 && ( $b -eq 0 || $e -eq 0 || $d -eq 1 ) ]]
test $c -eq 0 || true
test $b -eq 0 || true
test $e -eq 0 || true
test $d -eq 1 || true
if true #[[ ( $O != c ) -a ( $c -eq 0 ) -a ( ( $b -eq 0 ) -o ( $e -eq 0 ) -o ( $d -eq 1 ) ) ]]
then then
iset="0 1" iset="0 1"
else else