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 <[email protected]>
Authored: Mon Dec 28 20:30:43 2015 +0100
Committer: Jan Lehnardt <[email protected]>
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/

Reply via email to