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