chore: add workdir to installation tests (#13624)
This is helpful to debug installation test
This commit is contained in:
parent
80bc532874
commit
20957f820d
|
|
@ -111,6 +111,7 @@ function initialize_test {
|
|||
|
||||
cecho "YELLOW" ">>>>>>>>>>>>"
|
||||
cecho "YELLOW" " Running test - '${TEST_FILE}'"
|
||||
cecho "YELLOW" " Workdir - ${PWD}/${TEST_NAME}"
|
||||
cecho "YELLOW" ">>>>>>>>>>>>"
|
||||
mkdir ${TEST_NAME} && cd ${TEST_NAME} && npm init -y 1>/dev/null 2>/dev/null
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue