]> the.earth.li Git - onak.git/blobdiff - runtests
Pass config file name into test scripts
[onak.git] / runtests
index 968cfc03fad5696d6f928f7bedf5809604fd017d..495e7b5ed39408f55c472df79cae866024ebe093 100755 (executable)
--- a/runtests
+++ b/runtests
@@ -23,7 +23,7 @@ for t in libkeydb_*.so; do
                for t in t/$backend-*.t t/all-*.t; do
                        total=`expr $total + 1`
                        mkdir t/db/
-                       if ! $t $backend; then
+                       if ! $t test.conf $backend; then
                                echo "test $t failed" >&2
                                fail=`expr $fail + 1`
                        fi