mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-31 12:43:14 +00:00
Allow running script from outside the script directory
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user