summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorPaul J. Davis <paul.joseph.davis@gmail.com>2014-02-04 22:06:00 -0600
committerPaul J. Davis <paul.joseph.davis@gmail.com>2014-02-05 08:34:52 -0600
commit0bb58f51e68cb58d215d53088a0839f595512b7a (patch)
treef4bc4da0ab3c8fb88cb749196c50d09931184b29 /configure
parent03ea534c0366164055560cc93d8fc32ceb27bf1f (diff)
downloadcouchdb-0bb58f51e68cb58d215d53088a0839f595512b7a.tar.gz
Make the JavaScript test runner work
This is currently removing a bunch of stuff that we normally use during the test suite so that I can get the test runner going. I full intend to undo these changes in the future.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure b/configure
index 7036d7c1e..24c7cea55 100755
--- a/configure
+++ b/configure
@@ -104,6 +104,10 @@ cat > $rootdir/config.erl << EOF
{with_curl, $WITH_CURL}.
EOF
+# Write out the JavaScript test command
+sed -e "s|%rootdir%|$rootdir|" < test/javascript/run.tpl > test/javascript/run
+chmod +x test/javascript/run
+
# finally, a few config files for local development nodes
for i in 1 2 3; do
cat > rel/dev$i.config << EOF