From: Tom Yu Date: Sat, 27 Aug 2016 21:04:11 +0000 (-0400) Subject: Fix check-pytests-no X-Git-Tag: krb5-1.15-beta1~66 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc6930bd0b606d363f5696c48310f0919d6a29ac;p=thirdparty%2Fkrb5.git Fix check-pytests-no 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. --- diff --git a/src/Makefile.in b/src/Makefile.in index 8f0e3eb277..2ebf2fb4d0 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -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' >> \