diff options
author | Jan Lehnardt <jan@apache.org> | 2008-08-20 14:18:05 +0000 |
---|---|---|
committer | Jan Lehnardt <jan@apache.org> | 2008-08-20 14:18:05 +0000 |
commit | 83af9a01292b5324de651ed90199f61be8d9eae7 (patch) | |
tree | cce4408d58132b37f620e033ccc0c2fac57d93ae /test/runner.sh | |
parent | 4700dd67f03c020c3799a4bf161eadfacbf420cb (diff) |
add missing files
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@687339 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/runner.sh')
-rw-r--r-- | test/runner.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/runner.sh b/test/runner.sh new file mode 100644 index 00000000..ae0f1ef8 --- /dev/null +++ b/test/runner.sh @@ -0,0 +1,3 @@ +#!/bin/sh -e + +erl -noshell -pa ../src/couchdb -pa ../src/mochiweb -eval "runner:run()" |