aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Makefile.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 08c05d3..b5622e1 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -543,9 +543,13 @@ check-prerecurse: runenv.py
$(RM) $(SKIPTESTS)
touch $(SKIPTESTS)
-check-postrecurse:
+check-unix:
cat $(SKIPTESTS)
+check-pytests-no: check-postrecurse
+ @echo 'Skipped python test scripts: python 2.5 or later required' >> \
+ $(SKIPTESTS)
+
# Create a test realm and spawn a shell in an environment pointing to it.
# If CROSSNUM is set, create that many fully connected test realms and
# point the shell at the first one.