Skip to content

Commit

Permalink
make test more robust
Browse files Browse the repository at this point in the history
  • Loading branch information
erh committed Aug 3, 2010
1 parent 3427b84 commit ebeeb81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jstests/replsets/sync1.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,8 @@ doTest = function (signal) {
return;
}
print("||||| count:" + count);
printjson(max0);
} while (max0.z != max);
printjson(max0);
} while (! max0 || max0.z != max);

print("\nsync1.js ********************************************************************** part 12");
pause("\nsync1.js success");
Expand Down

0 comments on commit ebeeb81

Please sign in to comment.