Skip to content

Commit 7bce4bf

Browse files
committed
Add script for running test suite while skipping slow tests
1 parent cab99aa commit 7bce4bf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/skip_slow_tests.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Let tests know we should skip slow tests.
2+
export PHP_CURL_CLASS_SKIP_SLOW_TESTS="1"
3+
4+
source "run.sh"

0 commit comments

Comments
 (0)