Skip to content

Commit 1aef270

Browse files
committed
Fix travis_wait
It seems travis_wait is broken. Output skipped tests to avoid the timeout.
1 parent 7521927 commit 1aef270

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

travis/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if [ -z "$ARM64" ]; then export JOBS=$(nproc); else export JOBS=16; fi
77
export SKIP_SLOW_TESTS=1
88
export SKIP_IO_CAPTURE_TESTS=1
99
./sapi/cli/php run-tests.php -P \
10-
-g "FAIL,BORK,LEAK" --offline --show-diff --show-slow 1000 \
10+
-g "FAIL,SKIP,BORK,LEAK" --offline --show-diff --show-slow 1000 \
1111
--no-progress \
1212
--set-timeout 120 -j$JOBS \
1313
-d extension=`pwd`/modules/zend_test.so \

0 commit comments

Comments
 (0)