[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#8847: [PATCH 5/8] tests: improve a comment
From: |
Stefano Lattarini |
Subject: |
bug#8847: [PATCH 5/8] tests: improve a comment |
Date: |
Mon, 19 Nov 2012 23:12:20 +0100 |
* t/ax/am-test-lib.sh (require_tool): Here, about python support
for '--version' option.
Signed-off-by: Stefano Lattarini <address@hidden>
---
t/ax/am-test-lib.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/t/ax/am-test-lib.sh b/t/ax/am-test-lib.sh
index 85fb7c4..103f97d 100644
--- a/t/ax/am-test-lib.sh
+++ b/t/ax/am-test-lib.sh
@@ -661,8 +661,8 @@ require_tool ()
! cross_compiling || skip_all_ "doesn't work in cross-compile mode"
;;
python)
- # Python doesn't support --version, it has -V
PYTHON=${PYTHON-python}
+ # Older python versions don't support --version, they have -V.
echo "$me: running $PYTHON -V"
$PYTHON -V || skip_all_ "python interpreter not available"
;;
--
1.8.0.209.gf3828dc
- bug#8847: [PATCH] Improve python support, Stefano Lattarini, 2012/11/19
- bug#8847: [PATCH 0/8] tests: support for PEP-3147, and testsuite fixes, Stefano Lattarini, 2012/11/19
- bug#8847: [PATCH 1/8] python: improve support for modern python (CPython 3.2 and PyPy), Stefano Lattarini, 2012/11/19
- bug#8847: [PATCH 2/8] news: document fix for bug#8847 (PEP-3147, __pycache__), Stefano Lattarini, 2012/11/19
- bug#8847: [PATCH 3/8] tests: typofix in message, Stefano Lattarini, 2012/11/19
- bug#8847: [PATCH 5/8] tests: improve a comment,
Stefano Lattarini <=
- bug#8847: [PATCH 4/8] tests: honour $PYTHON override, Stefano Lattarini, 2012/11/19
- bug#8847: [PATCH 6/8] python: uninstall cater to PEP-3147, Stefano Lattarini, 2012/11/19
- bug#8847: [PATCH 8/8] tests: fix a spurious failure when $PYTHON is in the environment, Stefano Lattarini, 2012/11/19
- bug#8847: [PATCH 7/8] python tests: support PEP-3147 installation layout, Stefano Lattarini, 2012/11/19
- bug#8847: [PATCH 0/8] tests: support for PEP-3147, and testsuite fixes, Stefano Lattarini, 2012/11/21