summarylogtreecommitdiffstats
path: root/php-tests.patch
diff options
context:
space:
mode:
authorEugene Lamskoy2022-02-07 20:58:13 +0200
committerEugene Lamskoy2022-02-07 20:58:13 +0200
commit5fe9a9d840f587d910ac0a981a749299a0051a53 (patch)
tree6d8f4fd6de6a7b55fab45511a17123e892ae0a37 /php-tests.patch
parent636a85a431887f1b74e9b48040a58672608f842f (diff)
downloadaur-5fe9a9d840f587d910ac0a981a749299a0051a53.tar.gz
New version
Diffstat (limited to 'php-tests.patch')
-rw-r--r--php-tests.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/php-tests.patch b/php-tests.patch
new file mode 100644
index 000000000000..6f01e6d0f4db
--- /dev/null
+++ b/php-tests.patch
@@ -0,0 +1,11 @@
+--- a/run-tests.php
++++ b/run-tests.php
+@@ -813,7 +813,7 @@
+
+ junit_save_xml();
+
+- if (getenv('REPORT_EXIT_STATUS') == 1 and preg_match('/FAILED(?: |$)/', implode(' ', $test_results))) {
++ if (getenv('REPORT_EXIT_STATUS') == 1 and $sum_results['FAILED']) {
+ exit(1);
+ }
+