From aa846818f9a3127a24c08f07cec87f9b15a2fa1d Mon Sep 17 00:00:00 2001 From: Dominik Mierzejewski Date: Sun, 1 Mar 2009 15:55:34 +0000 Subject: [PATCH] - debug test failure, try 5 --- openbabel-check.patch | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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}