We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f50f703 commit f03a912Copy full SHA for f03a912
Makefile.global
@@ -102,7 +102,9 @@ test: all
102
TEST_PHP_SRCDIR=$(top_srcdir) \
103
CC="$(CC)" \
104
$(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); \
105
+ TEST_RESULT_EXIT_CODE=$$?; \
106
rm $(top_builddir)/tmp-php.ini; \
107
+ exit $$TEST_RESULT_EXIT_CODE; \
108
else \
109
echo "ERROR: Cannot run tests without CLI sapi."; \
110
fi
0 commit comments