You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2013/10/01 22:28:24 UTC

[2/2] git commit: updated refs/heads/master to 54813a7

Make JS test runner work with single file

Commit 9dfddaa7bf30d30c8fbbc4e1cc2bff4dc35dadac broke running
the JavaScript test runner with a single file. It just did
not run the test.


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/54813a7c
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/54813a7c
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/54813a7c

Branch: refs/heads/master
Commit: 54813a7c19222556c588233f61d8e596d8756967
Parents: be76882
Author: Volker Mische <vo...@gmail.com>
Authored: Mon Sep 16 13:15:51 2013 +0200
Committer: Jan Lehnardt <ja...@apache.org>
Committed: Tue Oct 1 22:27:53 2013 +0200

----------------------------------------------------------------------
 test/javascript/run.tpl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/54813a7c/test/javascript/run.tpl
----------------------------------------------------------------------
diff --git a/test/javascript/run.tpl b/test/javascript/run.tpl
index 712f49f..5f19b36 100644
--- a/test/javascript/run.tpl
+++ b/test/javascript/run.tpl
@@ -118,9 +118,9 @@ else
                 echo "file $1 does not exist"
                 exit 1
             fi
-            run $TEST_SRC
         fi
     fi
+    run $TEST_SRC
 fi
 
 if [ -z $COUCHDB_NO_START ]; then