Allow running script from outside the script directory

This commit is contained in:
Zach Borboa
2022-09-29 19:12:16 -07:00
parent 6cf02d111f
commit f66b365896
+3
View File
@@ -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"