We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1f6da9 commit 0e7a32bCopy full SHA for 0e7a32b
test/travis_run_linux.sh
@@ -31,9 +31,9 @@ fi
31
32
PREFIX=${PREFIX:-$HOME/build/httpd-root}
33
34
-# For trunk, "make check" is sufficient to run the test suite.
35
-# For 2.4.x, the test suite must be run manually
36
-if test ! -v SKIP_TESTING; then
+# If perl-framework testing is required it is checked out here by
+# _before_linux.sh:
+if test -d test/perl-framework; then
37
CONFIG="$CONFIG --enable-load-all-modules"
38
if grep -q ^check: Makefile.in; then
39
CONFIG="--with-test-suite=test/perl-framework $CONFIG"
0 commit comments