]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* Makefile.in (check-yes): Re-run make before running t/TEST in case
authorJoe Orton <jorton@apache.org>
Thu, 1 Nov 2018 11:09:40 +0000 (11:09 +0000)
committerJoe Orton <jorton@apache.org>
Thu, 1 Nov 2018 11:09:40 +0000 (11:09 +0000)
  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

Makefile.in

index 80683d9a4955bc508128a2aeea9b3f0192384865..ab137d1b67b0281551ec3c686e3a104437d3ab98 100644 (file)
@@ -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)