[Python-modules-commits] [pytest-httpbin] 11/14: deb/tests: removed bashisms from test scripts, cosmetics

Daniel Stender danstender-guest at moszumanska.debian.org
Fri Mar 18 08:16:29 UTC 2016


This is an automated email from the git hooks/post-receive script.

danstender-guest pushed a commit to branch master
in repository pytest-httpbin.

commit cd760b8109413006b7c11f7f3487572a6579bb97
Author: Daniel Stender <stender at debian.org>
Date:   Thu Mar 17 21:19:24 2016 +0100

    deb/tests: removed bashisms from test scripts, cosmetics
---
 debian/changelog                   | 3 ++-
 debian/tests/python-pytest-httpbin | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4ce9342..efb832e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,9 +11,10 @@ pytest-httpbin (0.2.0-1) UNRELEASED; urgency=medium
     + removed Testsuite field (deprecated).
   * deb/rules: dropped override for auto_clean to handle egg-info.
   * deb/copyright: updated.
+  * deb/tests: removed bashisms from test scripts, cosmetics.
   * Added deb/source/options (ignoring egg-info).
 
- -- Daniel Stender <stender at debian.org>  Thu, 17 Mar 2016 21:12:13 +0100
+ -- Daniel Stender <stender at debian.org>  Thu, 17 Mar 2016 21:18:27 +0100
 
 pytest-httpbin (0.1.1-1) unstable; urgency=medium
 
diff --git a/debian/tests/python-pytest-httpbin b/debian/tests/python-pytest-httpbin
index 8f3dff1..cbfe5b0 100755
--- a/debian/tests/python-pytest-httpbin
+++ b/debian/tests/python-pytest-httpbin
@@ -1,3 +1,3 @@
 #!/bin/sh
 set -e
-for py in $(pyversions -i); do echo "$py:\n"; $py -Wd -m pytest -v -x 2>&1; done
+for py in $(pyversions -i); do echo "[*] testing on $py:"; $py -Wd -m pytest -v -x 2>&1; done

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pytest-httpbin.git



More information about the Python-modules-commits mailing list