From 9f08a5a8c2c5f50946c2c64e798fce2780bb1b17 Mon Sep 17 00:00:00 2001 From: Azul Date: Mon, 24 Jun 2013 08:19:52 +0200 Subject: print couch version in test couch setup This way we can track down couch version related issues on travis. --- test/setup_couch.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/setup_couch.sh') diff --git a/test/setup_couch.sh b/test/setup_couch.sh index 39e264f..0502c12 100755 --- a/test/setup_couch.sh +++ b/test/setup_couch.sh @@ -1,6 +1,8 @@ #!/bin/bash HOST="http://localhost:5984" +echo "couch version :" +curl -X GET $HOST echo "creating user :" curl -HContent-Type:application/json -XPUT $HOST/_users/org.couchdb.user:me --data-binary '{"_id": "org.couchdb.user:me","name": "me","roles": [],"type": "user","password": "pwd"}' echo "creating databases :" -- cgit v1.2.3