summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul J. Davis <paul.joseph.davis@gmail.com>2014-02-07 10:58:21 -0600
committerPaul J. Davis <paul.joseph.davis@gmail.com>2014-02-07 10:58:21 -0600
commit016eb46eb7acc487509da8282bf52c011d54bbb7 (patch)
treed415c9f78f8693699029ebf01420a73baf762be7
parent99b2a5a4b8f2588191c5fb1451733b9f0614dd5e (diff)
downloadcouchdb-016eb46eb7acc487509da8282bf52c011d54bbb7.tar.gz
Remove the JS test configuration
Forgot to pull this out of configure after the switch to Python.
-rwxr-xr-xconfigure4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure b/configure
index 24c7cea55..7036d7c1e 100755
--- a/configure
+++ b/configure
@@ -104,10 +104,6 @@ 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