X-Git-Url: http://the.earth.li/gitweb/?a=blobdiff_plain;f=runtests;h=495e7b5ed39408f55c472df79cae866024ebe093;hb=97c3564f800bbf922f771f79bfb7e8e014fc9b77;hp=968cfc03fad5696d6f928f7bedf5809604fd017d;hpb=018dafe62a5fcb63626c01d8bafdc7330fc13278;p=onak.git diff --git a/runtests b/runtests index 968cfc0..495e7b5 100755 --- 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