diff options
author | dwight <dwight@10gen.com> | 2010-09-05 02:06:29 -0400 |
---|---|---|
committer | dwight <dwight@10gen.com> | 2010-09-05 02:06:29 -0400 |
commit | 0c95910af2d71fc3cefd6a245704f67666db86f3 (patch) | |
tree | 835b416d953b387d590777e5e8fb38e5b13d0c7c /jstests/replsets/rollback3.js | |
parent | 4c570bcada7d0d9c5a91a56ba62cf09f3ad95ff1 (diff) | |
download | mongo-0c95910af2d71fc3cefd6a245704f67666db86f3.tar.gz |
eliminate CR chars
Diffstat (limited to 'jstests/replsets/rollback3.js')
-rwxr-xr-x | jstests/replsets/rollback3.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/jstests/replsets/rollback3.js b/jstests/replsets/rollback3.js index 5c2f2f1b6b3..e7b3978d25b 100755 --- a/jstests/replsets/rollback3.js +++ b/jstests/replsets/rollback3.js @@ -30,10 +30,10 @@ function wait(f) { if (n % 4 == 0) print("rollback3.js waiting " + w); if (++n == 4) { - print("" + f);
- }
- if (n == 200) {
- print("rollback3.js failing waited too long");
+ print("" + f); + } + if (n == 200) { + print("rollback3.js failing waited too long"); throw "wait error"; } sleep(1000); |