Source: autodocksuite Version: 4.2.6 Severity: normal Tags: patch User: autopkgtest-de...@lists.alioth.debian.org Usertags: autopkgtest
Dear Maintainer, The tests are failing in debci using autopkgtest. Below the autopkgtest's log: adt-run [00:20:38]: test run-unit-test: [----------------------- /tmp/adt-run.fgJLuh/tree/debian/tests/run-unit-test: 12: /tmp/adt-run.fgJLuh/tree/debian/tests/run-unit-test: python: not found adt-run [00:20:38]: test run-unit-test: -----------------------] To correct this error I added python as a new dependency in debian/tests/control file. After this the suite test is passing. Thanks for consider it! -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 3.14-2-amd64 (SMP w/4 CPU cores) Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -Nru autodocksuite-4.2.6.orig/debian/tests/control autodocksuite-4.2.6/debian/tests/control --- autodocksuite-4.2.6.orig/debian/tests/control 2014-08-27 00:13:23.757267426 -0300 +++ autodocksuite-4.2.6/debian/tests/control 2014-08-27 00:13:43.945154744 -0300 @@ -1,3 +1,3 @@ Tests: run-unit-test -Depends: @ +Depends: @, python Restrictions: allow-stderr