mirror of
https://github.com/awslabs/aws-crt-php.git
synced 2026-08-18 10:07:12 +00:00
change dir from run test
This commit is contained in:
+1
-1
@@ -29,7 +29,7 @@
|
||||
"scripts": {
|
||||
"test": "./dev-scripts/run_tests",
|
||||
"test-extension": "@test",
|
||||
"test-win": "run_tests"
|
||||
"test-win": ".\\dev-scripts\\run_tests.bat"
|
||||
},
|
||||
"license": "Apache-2.0"
|
||||
}
|
||||
|
||||
@@ -2,6 +2,12 @@
|
||||
|
||||
set -ex
|
||||
|
||||
BASENAME=${0}
|
||||
TOOLS_DIR=$(dirname ${BASENAME})
|
||||
WORK_DIR="${TOOLS_DIR}/.."
|
||||
|
||||
cd "${WORK_DIR}"
|
||||
|
||||
launcher=
|
||||
if command -v catchsegv; then
|
||||
launcher=catchsegv
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
|
||||
@echo on
|
||||
|
||||
cd ..
|
||||
|
||||
%PHP_BINARY% -c php-win.ini vendor/bin/phpunit tests --debug
|
||||
|
||||
Reference in New Issue
Block a user