diff options
author | Paul J. Davis <paul.joseph.davis@gmail.com> | 2014-02-04 22:06:00 -0600 |
---|---|---|
committer | Paul J. Davis <paul.joseph.davis@gmail.com> | 2014-02-05 08:34:52 -0600 |
commit | 0bb58f51e68cb58d215d53088a0839f595512b7a (patch) | |
tree | f4bc4da0ab3c8fb88cb749196c50d09931184b29 /configure | |
parent | 03ea534c0366164055560cc93d8fc32ceb27bf1f (diff) | |
download | couchdb-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-x | configure | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |