]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Fix check-pytests-no 529/head
authorTom Yu <tlyu@mit.edu>
Sat, 27 Aug 2016 21:04:11 +0000 (17:04 -0400)
committerTom Yu <tlyu@mit.edu>
Sun, 28 Aug 2016 16:11:20 +0000 (12:11 -0400)
Commit 0db097ba8b605ea7a6e0364ad786da6528868179 accidentally removed
the $(SKIPTESTS) line from check-pytests-no, causing a syntax error
when running "make check" when python is missing or not sufficiently
new.

src/Makefile.in

index 8f0e3eb277c355d88e1fa3d99eb8d8941dea3de6..2ebf2fb4d0c233ff3fb496ed8817eec30029931b 100644 (file)
@@ -498,6 +498,7 @@ check-unix:
 
 check-pytests-no: check-postrecurse
        @echo 'Skipped python test scripts: python 2.5 or later required' >> \
+               $(SKIPTESTS)
 
 check-cmocka-no: check-postrecurse
        @echo 'Skipped cmocka tests due to missing library or header file' >> \