summaryrefslogtreecommitdiff
path: root/test/README.travis
diff options
context:
space:
mode:
authorJoe Orton <jorton@apache.org>2019-11-20 09:38:14 +0000
committerJoe Orton <jorton@apache.org>2019-11-20 09:38:14 +0000
commit1e925273902842fab7060c91cfd4ba7ba44db3ca (patch)
tree3228ece4bfb4130314e5c4a0827dad57d33b8d8b /test/README.travis
parent17d283e2907c8b6e82fefb6422fe4f066def5f3a (diff)
downloadhttpd-1e925273902842fab7060c91cfd4ba7ba44db3ca.tar.gz
Specify make flags globally and work around PR 63942 for regeneration
of server/util_expr parser. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1870047 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/README.travis')
-rw-r--r--test/README.travis4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/README.travis b/test/README.travis
index 8bc9122068..d73f406867 100644
--- a/test/README.travis
+++ b/test/README.travis
@@ -19,7 +19,9 @@ The Travis scripts use the following environment variables:
* CONFIG - arguments to pass to httpd's configure script.
* BUILDCONFIG - arguments to pass when running httpd's ./buildconf script
-
+
+* MFLAGS - arguments to pass when running "make" for httpd.
+
* SKIP_TESTING - if set, the Perl test framework is not run for the
build.