about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-12-07 05:18:39 +0000
committerEric Wong <normalperson@yhbt.net>2011-12-07 05:18:39 +0000
commit86318ca3e9ede3bac245a7bdcb31b9c3ad15ef67 (patch)
treedf1c78758724f72fcef0d97f3d1b24aaa5acd347
parent0bbbd8cfa2df665bc22a47831adf91668e391e3e (diff)
downloadmogilefs-client-86318ca3e9ede3bac245a7bdcb31b9c3ad15ef67.tar.gz
Might as well assert on it...
-rw-r--r--test/fresh.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/fresh.rb b/test/fresh.rb
index fec8769..2e220a0 100644
--- a/test/fresh.rb
+++ b/test/fresh.rb
@@ -136,6 +136,7 @@ EOF
       out.close! if out
       err.close! if err
       status, out, err = mogadm("check")
+      assert status.success?, status.inspect
       if (tries += 1) > 100
         warn err.read
         puts out.read