diff options
author | Joe Orton <jorton@apache.org> | 2018-11-01 12:09:40 +0100 |
---|---|---|
committer | Joe Orton <jorton@apache.org> | 2018-11-01 12:09:40 +0100 |
commit | 6a3249ca81094285eaeb5c6e62c79476d72ad5ab (patch) | |
tree | ae9ef5df1e9e37e4b6858c7b793cc4f9ab499e49 /Makefile.in | |
parent | Revert r1844928 and follow up r1844942. (diff) | |
download | apache2-6a3249ca81094285eaeb5c6e62c79476d72ad5ab.tar.xz apache2-6a3249ca81094285eaeb5c6e62c79476d72ad5ab.zip |
* 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
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 80683d9a49..ab137d1b67 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) |