[med-svn] r17731 - in trunk/packages/autodocksuite/trunk/debian: . tests

Andreas Tille tille at moszumanska.debian.org
Thu Aug 14 12:36:08 UTC 2014


Author: tille
Date: 2014-08-14 12:36:08 +0000 (Thu, 14 Aug 2014)
New Revision: 17731

Modified:
   trunk/packages/autodocksuite/trunk/debian/changelog
   trunk/packages/autodocksuite/trunk/debian/control
   trunk/packages/autodocksuite/trunk/debian/tests/run-unit-test
Log:
Fix autopkgtest


Modified: trunk/packages/autodocksuite/trunk/debian/changelog
===================================================================
--- trunk/packages/autodocksuite/trunk/debian/changelog	2014-08-13 23:43:44 UTC (rev 17730)
+++ trunk/packages/autodocksuite/trunk/debian/changelog	2014-08-14 12:36:08 UTC (rev 17731)
@@ -1,14 +1,11 @@
 autodocksuite (4.2.6-1) UNRELEASED; urgency=medium
 
   [ Andreas Tille ]
-
   * New upstream version (adapt patches)
   * d/copyright: DEP5
   * add autopkgtest
-  TODO: Make test finally working
 
   [ Steffen Möller ]
-
   * Weakened build-dependency from csh to csh|c-shell
 
  -- Andreas Tille <tille at debian.org>  Wed, 13 Aug 2014 07:37:23 +0200

Modified: trunk/packages/autodocksuite/trunk/debian/control
===================================================================
--- trunk/packages/autodocksuite/trunk/debian/control	2014-08-13 23:43:44 UTC (rev 17730)
+++ trunk/packages/autodocksuite/trunk/debian/control	2014-08-14 12:36:08 UTC (rev 17731)
@@ -6,6 +6,7 @@
            Thorsten Alteholz <debian at alteholz.de>
 Section: science
 Priority: optional
+Testsuite: autopkgtest
 Build-Depends: debhelper (>= 9),
                automake,
                csh|c-shell,

Modified: trunk/packages/autodocksuite/trunk/debian/tests/run-unit-test
===================================================================
--- trunk/packages/autodocksuite/trunk/debian/tests/run-unit-test	2014-08-13 23:43:44 UTC (rev 17730)
+++ trunk/packages/autodocksuite/trunk/debian/tests/run-unit-test	2014-08-14 12:36:08 UTC (rev 17731)
@@ -1,5 +1,4 @@
 #!/bin/sh -e
-set -x
 pkg=autodocksuite
 if [ "$ADTTMP" = "" ] ; then
   ADTTMP=`mktemp -d /tmp/${pkg}-test.XXXXXX`
@@ -9,16 +8,8 @@
 mkdir -p autodock
 cd autodock
 cp -a /usr/share/autodock/Tests/* .
-echo " "
-echo "Running the Python test_autodock4.py unit-tests on autodock4"
-echo " "
 rm -f test_*.dlg
 python ./test_autodock4.py -d . -e /usr/bin/autodock4 -o . ;
-echo " "
-echo "Running the Python test_autodock4.py unit-tests on autodock4.omp"
-echo " "
-rm -f test_*.dlg ; \
-python ./test_autodock4.py -d . -e /usr/bin/autodock4.omp -o . ;
 
 cd ..
 mkdir -p autogrid




More information about the debian-med-commit mailing list