summarylogtreecommitdiffstats
path: root/make-tests.patch
diff options
context:
space:
mode:
authorEugene Lamskoy2022-02-18 14:00:51 +0200
committerEugene Lamskoy2022-02-18 14:00:51 +0200
commit0dc0e50a38c993a8aba85244f98c2246a1c89233 (patch)
tree6f037d4ca01f82fc0bf1e3e17d865387d771809d /make-tests.patch
parent1f550eee0ee78277275050e14971255aa1bc0a6d (diff)
downloadaur-0dc0e50a38c993a8aba85244f98c2246a1c89233.tar.gz
Litespeed
Diffstat (limited to 'make-tests.patch')
-rw-r--r--make-tests.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/make-tests.patch b/make-tests.patch
new file mode 100644
index 000000000000..fe7d21ea5aab
--- /dev/null
+++ b/make-tests.patch
@@ -0,0 +1,11 @@
+--- a/Makefile
++++ b/Makefile
+@@ -213,7 +213,7 @@
+ fi; \
+ TEST_PHP_EXECUTABLE=$(PHP_EXECUTABLE) \
+ TEST_PHP_SRCDIR=$(top_srcdir) \
+- CC="$(CC)" \
++ REPORT_EXIT_STATUS=1 NO_INTERACTION=1 SKIP_ONLINE_TESTS=1 SKIP_SLOW_TESTS=1 CC="$(CC)" \
+ $(PHP_EXECUTABLE) -n -c $(top_builddir)/tmp-php.ini $(PHP_TEST_SETTINGS) $(top_srcdir)/run-tests.php -n -c $(top_builddir)/tmp-php.ini -d extension_dir=$(top_builddir)/modules/ $(PHP_TEST_SHARED_EXTENSIONS) $(TESTS); \
+ TEST_RESULT_EXIT_CODE=$$?; \
+ rm $(top_builddir)/tmp-php.ini; \