summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2016-04-13 02:36:47 -0700
committerelijah <elijah@riseup.net>2016-04-13 02:36:47 -0700
commit232047fdee815d9cf8c92b6853c5bc8039f2719c (patch)
tree0015bdab3cf8fc262f58c105f58bfad02a98ec1e /tests
parent70a9b8a77caf50bc2458c3153526a189c024dea7 (diff)
test: ensure that checkmk always gets the same list of tests
Diffstat (limited to 'tests')
-rw-r--r--tests/white-box/couchdb.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/white-box/couchdb.rb b/tests/white-box/couchdb.rb
index 859b4745..85dc6840 100644
--- a/tests/white-box/couchdb.rb
+++ b/tests/white-box/couchdb.rb
@@ -151,7 +151,7 @@ class CouchDB < LeapTest
# either way, make sure we leave a db for the mx tests:
assert_create_user_db(user["id"], :username => 'admin')
end
- # no 'pass' at the end, since this is not a real test.
+ silent_pass
end
private