From: Joe Orton Date: Thu, 1 Nov 2018 11:09:40 +0000 (+0000) Subject: * Makefile.in (check-yes): Re-run make before running t/TEST in case X-Git-Tag: 2.5.0-alpha2-ci-test-only~2252 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a3249ca81094285eaeb5c6e62c79476d72ad5ab;p=thirdparty%2Fapache%2Fhttpd.git * Makefile.in (check-yes): Re-run make before running t/TEST in case Apache::Test is stale and needs updating. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1845441 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/Makefile.in b/Makefile.in index 80683d9a495..ab137d1b67b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -448,7 +448,7 @@ check-no: check-yes: check-include check-dirs check-conf check/build/config_vars.mk \ check-binaries $(TEST_SUITE_LOCATION)/Makefile - cd $(TEST_SUITE_LOCATION) && ./t/TEST $(TESTS) + cd $(TEST_SUITE_LOCATION) && $(MAKE) && ./t/TEST $(TESTS) # Run the Apache::Test suite if it has been configured with --with-test-suite. check: check-$(WITH_TEST_SUITE)