diff options
Diffstat (limited to 'test/runner.sh')
-rwxr-xr-x | test/runner.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/runner.sh b/test/runner.sh index ae0f1ef8..e071ad63 100755 --- a/test/runner.sh +++ b/test/runner.sh @@ -1,3 +1,5 @@ #!/bin/sh -e erl -noshell -pa ../src/couchdb -pa ../src/mochiweb -eval "runner:run()" + +cat ../share/www/script/couch.js ../share/www/script/couch_tests.js test.js | ../src/couchdb/couchjs - |