about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-11-21 00:05:56 +0000
committerEric Wong <normalperson@yhbt.net>2011-11-21 00:05:56 +0000
commita292a04a7e8c7cf65b6f9a7462c97b10010e4877 (patch)
tree54a1e753c0a522ae442906024f0e2e8d999ba837
parentfbf389f5e1bb0742726e8b3923074a72c410db10 (diff)
downloadmogilefs-client-a292a04a7e8c7cf65b6f9a7462c97b10010e4877.tar.gz
We don't want dependent tests to continue
-rw-r--r--test/fresh.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fresh.rb b/test/fresh.rb
index 9490d34..fec8769 100644
--- a/test/fresh.rb
+++ b/test/fresh.rb
@@ -139,7 +139,7 @@ EOF
       if (tries += 1) > 100
         warn err.read
         puts out.read
-        return
+        raise "mogadm failed"
       end
       sleep 0.1
     end until out.read =~ /write?able/