From 97a68e57f7bae52bfd686fd160eeb7e7a6e4c42e Mon Sep 17 00:00:00 2001 From: Sam Bisbee Date: Tue, 31 May 2011 22:15:43 -0400 Subject: [PATCH] don't really need to be deleting this db --- tests/bootstrap.bsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/bootstrap.bsh b/tests/bootstrap.bsh index e9fc109..336d8c0 100755 --- a/tests/bootstrap.bsh +++ b/tests/bootstrap.bsh @@ -56,7 +56,7 @@ curl -s http://admin:passwd@localhost:5984/_session | grep 'name":"admin' > /dev [ $? -eq 0 ] && success || failure # Make sure the databases are deleted -for db in sag_tests sag_tests_replication bwah +for db in sag_tests sag_tests_replication do ((numSteps++)) echo -e -n "Deleting the $db database..."