diff options
author | Jan Lehnardt <jan@apache.org> | 2009-08-29 16:49:22 +0000 |
---|---|---|
committer | Jan Lehnardt <jan@apache.org> | 2009-08-29 16:49:22 +0000 |
commit | 422d815b3baf1a0152429d02257aeaeaf6fa471c (patch) | |
tree | 6f0727dca427ff2c8f71dc0178744976c7d28e54 /test/runner.sh | |
parent | a09e40659bbdc1ebf41557e0ae2243c7cea0bda7 (diff) |
remove legacy erlang tests, etap covers these
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@809158 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/runner.sh')
-rwxr-xr-x | test/runner.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/runner.sh b/test/runner.sh index e1936b7e..1f48c390 100755 --- a/test/runner.sh +++ b/test/runner.sh @@ -12,10 +12,6 @@ # License for the specific language governing permissions and limitations under # the License. -erlc runner.erl - -erl -noshell -pa ../src/couchdb -pa ../src/mochiweb -eval "runner:run()" - cat ../share/www/script/couch.js \ ../share/www/script/couch_test_runner.js \ ../share/www/script/couch_tests.js \ |