From 20957f820d34a53003ab0722fa149c80fedec846 Mon Sep 17 00:00:00 2001 From: Andrey Lushnikov Date: Mon, 18 Apr 2022 23:29:56 -0600 Subject: [PATCH] chore: add workdir to installation tests (#13624) This is helpful to debug installation test --- installation-tests/initialize_test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/installation-tests/initialize_test.sh b/installation-tests/initialize_test.sh index c44749a97e..96fb973a24 100755 --- a/installation-tests/initialize_test.sh +++ b/installation-tests/initialize_test.sh @@ -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