- debug test failure, try 3

This commit is contained in:
Dominik Mierzejewski 2009-03-01 15:20:24 +00:00
parent 0c7971fbdb
commit 5bb3e996a7
1 changed files with 5 additions and 3 deletions

View File

@ -1,9 +1,11 @@
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 14:23:16.000000000 +0100
@@ -45,4 +45,4 @@ if [ -d ../src/formats/.libs ]; then
+++ 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
fi
fi
-
-${PROVE} "$@" ${TESTS}
+set -x
+${PROVE} --debug "$@" ${TESTS}