[Python-modules-commits] [twisted] 03/06: Use 'python -m twisted.trial' instead of 'trial' to invoke tests
Free Ekanayaka
freee at moszumanska.debian.org
Sat Nov 26 12:01:43 UTC 2016
This is an automated email from the git hooks/post-receive script.
freee pushed a commit to branch master
in repository twisted.
commit cb9d77e24357909ff574b823c86518fa68f01143
Author: Free Ekanayaka <freee at debian.org>
Date: Sat Nov 26 10:39:16 2016 +0000
Use 'python -m twisted.trial' instead of 'trial' to invoke tests
---
debian/tests/unit-tests-2 | 2 +-
debian/tests/unit-tests-3 | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/tests/unit-tests-2 b/debian/tests/unit-tests-2
index b9900dd..ccfe7e9 100644
--- a/debian/tests/unit-tests-2
+++ b/debian/tests/unit-tests-2
@@ -2,4 +2,4 @@
chown nobody $AUTOPKGTEST_TMP
cd $AUTOPKGTEST_TMP
-echo trial twisted | su -s /bin/sh nobody
+echo python -m twisted.trial twisted | su -s /bin/sh nobody
diff --git a/debian/tests/unit-tests-3 b/debian/tests/unit-tests-3
index 3744e81..cfa0d1f 100644
--- a/debian/tests/unit-tests-3
+++ b/debian/tests/unit-tests-3
@@ -2,4 +2,4 @@
chown nobody $AUTOPKGTEST_TMP
cd $AUTOPKGTEST_TMP
-echo trial3 twisted | su -s /bin/sh nobody
+echo python3 -m twisted.trial twisted | su -s /bin/sh nobody
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/twisted.git
More information about the Python-modules-commits
mailing list