mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-28 11:09:26 +00:00
8 lines
182 B
Bash
Executable File
8 lines
182 B
Bash
Executable File
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
|
cd "${SCRIPT_DIR}"
|
|
|
|
# Let tests know we should skip slow tests.
|
|
export PHP_CURL_CLASS_SKIP_SLOW_TESTS="1"
|
|
|
|
source "run.sh"
|