We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7521927 commit 1aef270Copy full SHA for 1aef270
travis/test.sh
@@ -7,7 +7,7 @@ if [ -z "$ARM64" ]; then export JOBS=$(nproc); else export JOBS=16; fi
7
export SKIP_SLOW_TESTS=1
8
export SKIP_IO_CAPTURE_TESTS=1
9
./sapi/cli/php run-tests.php -P \
10
- -g "FAIL,BORK,LEAK" --offline --show-diff --show-slow 1000 \
+ -g "FAIL,SKIP,BORK,LEAK" --offline --show-diff --show-slow 1000 \
11
--no-progress \
12
--set-timeout 120 -j$JOBS \
13
-d extension=`pwd`/modules/zend_test.so \
0 commit comments