diff options
author | Joe Orton <jorton@apache.org> | 2019-11-20 09:38:14 +0000 |
---|---|---|
committer | Joe Orton <jorton@apache.org> | 2019-11-20 09:38:14 +0000 |
commit | 1e925273902842fab7060c91cfd4ba7ba44db3ca (patch) | |
tree | 3228ece4bfb4130314e5c4a0827dad57d33b8d8b /test/README.travis | |
parent | 17d283e2907c8b6e82fefb6422fe4f066def5f3a (diff) | |
download | httpd-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.travis | 4 |
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. |