From d72fb3567d08dea6739a37ae641e80b79c524915 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Tue, 7 Jan 2014 18:16:06 +0100 Subject: apply patch from Barry Warsaw to fix autopkgtest --- debian/tests/run-tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/tests/run-tests') diff --git a/debian/tests/run-tests b/debian/tests/run-tests index bb980c6b..7d7a4bf3 100644 --- a/debian/tests/run-tests +++ b/debian/tests/run-tests @@ -3,6 +3,6 @@ set -e # from debian/rules -for python in $(utils/pyversions -r); do +for python in $(utils/pyversions -r); do $python tests/test_all.py -q done -- cgit v1.2.3