Updated Branches: refs/heads/nodejs_couchdb [created] 4a18ddfad
Other couchjs odds and ends Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/4a18ddfa Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/4a18ddfa Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/4a18ddfa Branch: refs/heads/nodejs_couchdb Commit: 4a18ddfad6458979f33606d9b461ab0851862a92 Parents: 40b09f2 Author: Jason Smith (work) <[email protected]> Authored: Fri Jan 25 10:58:24 2013 +0000 Committer: Jason Smith (work) <[email protected]> Committed: Fri Jan 25 10:58:24 2013 +0000 ---------------------------------------------------------------------- license.skip | 2 -- test/javascript/run.tpl | 2 +- 2 files changed, 1 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/4a18ddfa/license.skip ---------------------------------------------------------------------- diff --git a/license.skip b/license.skip index 98c0c78..c48ce1b 100644 --- a/license.skip +++ b/license.skip @@ -23,7 +23,6 @@ ^bin/Makefile ^bin/Makefile.in ^bin/couchdb.1 -^bin/couchjs.1 ^build-aux/.* ^config..* ^configure @@ -94,7 +93,6 @@ ^src/couchdb/priv/Makefile ^src/couchdb/priv/Makefile.in ^src/couchdb/priv/couch_icu_driver.la -^src/couchdb/priv/couchjs ^src/couchdb/priv/couchspawnkillable ^src/couchdb/priv/stat_descriptions.cfg ^src/erlang-oauth/.* http://git-wip-us.apache.org/repos/asf/couchdb/blob/4a18ddfa/test/javascript/run.tpl ---------------------------------------------------------------------- diff --git a/test/javascript/run.tpl b/test/javascript/run.tpl index 7831359..247b2e4 100644 --- a/test/javascript/run.tpl +++ b/test/javascript/run.tpl @@ -17,7 +17,7 @@ BUILD_DIR=%abs_top_builddir% SCRIPT_DIR=$SRC_DIR/share/www/script JS_TEST_DIR=$SRC_DIR/test/javascript -COUCHJS=%abs_top_builddir%/src/couchdb/priv/couchjs +COUCHJS=couchjs COUCH_URI_FILE=%localstaterundir%/couch.uri # make check-js calls us with MAKE=$(MAKE) so BSDish `gmake` invocations
