automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 5/8] tests: improve a comment


From: Stefano Lattarini
Subject: [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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]