From 863bd56a3dcdf4d28637fd02de2f79bb25a51906 Mon Sep 17 00:00:00 2001 From: Noah Slater Date: Thu, 23 Oct 2008 15:04:36 +0000 Subject: moved erlang compilation out of check_PROGRAMS git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@707385 13f79535-47bb-0310-9956-ffa450edef68 --- test/runner.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/runner.sh') diff --git a/test/runner.sh b/test/runner.sh index e071ad63..e920090d 100755 --- a/test/runner.sh +++ b/test/runner.sh @@ -1,5 +1,7 @@ #!/bin/sh -e +erlc runner.erl + 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 - -- cgit v1.2.3