From 7634c1df0d88b2cf9d981dfbf7caca6cbdc221e8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 12 Apr 2017 12:36:22 +0200 Subject: add SKIP_IO_CAPTURE_TESTS=1 --- php.spec | 1 + 1 file changed, 1 insertion(+) (limited to 'php.spec') 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 -- cgit