diff --git a/openbabel-check.patch b/openbabel-check.patch index cddee02..b623baa 100644 --- a/openbabel-check.patch +++ b/openbabel-check.patch @@ -1,11 +1,9 @@ diff -up openbabel-2.2.1b3-20090215-r2890/test/wrapper.sh.chk openbabel-2.2.1b3-20090215-r2890/test/wrapper.sh --- openbabel-2.2.1b3-20090215-r2890/test/wrapper.sh.chk 2009-01-12 20:10:33.000000000 +0100 +++ openbabel-2.2.1b3-20090215-r2890/test/wrapper.sh 2009-03-01 16:19:28.000000000 +0100 -@@ -44,5 +44,5 @@ if [ -d ../src/formats/.libs ]; then - export TESTDATADIR +@@ -45,4 +45,4 @@ if [ -d ../src/formats/.libs ]; then fi fi -- + -${PROVE} "$@" ${TESTS} -+set -x -+${PROVE} --help "$@" ${TESTS} ++${PROVE} --verbose --failures -t -w "$@" ${TESTS}