If Python 2.5 or later is not found, add a notice to the skiptests
file to alert the user that Python test scripts were skipped.
Move the "cat $(SKIPTESTS)" command from check-postrecurse to
check-unix so that it executes after check-pytests-yes or
check-pytests-no.
$(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.