summaryrefslogtreecommitdiffstats
path: root/php.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-04-12 12:36:22 +0200
committerRemi Collet <remi@remirepo.net>2017-04-12 12:36:22 +0200
commit7634c1df0d88b2cf9d981dfbf7caca6cbdc221e8 (patch)
tree178896fad3ff77bbf77ddb6f710250b8f596e091 /php.spec
parent62a68173a0ebdaa92c572eaf29e743fae321f696 (diff)
add SKIP_IO_CAPTURE_TESTS=1
Diffstat (limited to 'php.spec')
-rw-r--r--php.spec1
1 files changed, 1 insertions, 0 deletions
diff --git a/php.spec b/php.spec
index 1b3f4f8..1129baa 100644
--- a/php.spec
+++ b/php.spec
@@ -1281,6 +1281,7 @@ cd build-apache
# Run tests, using the CLI SAPI
export NO_INTERACTION=1 REPORT_EXIT_STATUS=1 MALLOC_CHECK_=2
export SKIP_ONLINE_TESTS=1
+export SKIP_IO_CAPTURE_TESTS=1
unset TZ LANG LC_ALL
if ! make test; then
set +x