Thread (31 messages) flat view 31 messages, 8 authors, 2016-06-15

Re: [PATCH 1/5] t/t5800: skip if python version is older than 2.5

From: Johannes Sixt <hidden>
Date: 2016-06-15 22:48:54

Am 6/2/2010 2:13, schrieb Brandon Casey:
+if ! test_have_prereq PYTHON_2_5_OR_NEWER
 then
+	say 'skipping git remote-testgit tests: requires Python 2.5 or newer'
...
quoted hunk ↗ jump to hunk
+++ b/t/test-lib.sh
+if test_have_prereq PYTHON && "$PYTHON_PATH" -c '
+import sys
+if sys.hexversion < 0x02050000:
+    sys.exit(1)
+'
+then
+	test_set_prereq PYTHON_2_5_OR_NEWER
+fi
Please don't burden all test script invocations with this check when the
result is used in only one place.

-- Hannes
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help