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 2015/12/28 20:31:41 UTC

[2/2] couchdb commit: updated refs/heads/master to b130960

js test: fix running tests from release tarball


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

Branch: refs/heads/master
Commit: b1309602f64f8fa0f9cdc8317378961e5963f917
Parents: 0ecc136
Author: Jan Lehnardt <ja...@apache.org>
Authored: Mon Dec 28 20:30:43 2015 +0100
Committer: Jan Lehnardt <ja...@apache.org>
Committed: Mon Dec 28 20:30:43 2015 +0100

----------------------------------------------------------------------
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/b1309602/Makefile
----------------------------------------------------------------------
diff --git a/Makefile b/Makefile
index dfde520..745572a 100644
--- a/Makefile
+++ b/Makefile
@@ -108,7 +108,7 @@ eunit: couch
 javascript:
 	@mkdir -p share/www/script/test
 ifeq ($(IN_RELEASE), true)
-	@cp test/javascript/tests/lorem*.txt share/www/test/
+	@cp test/javascript/tests/lorem*.txt share/www/script/test/
 else
 	@mkdir -p src/fauxton/dist/release/test
 	@cp test/javascript/tests/lorem*.txt src/fauxton/dist/release/test/