From 19551535a422052a3820b3b7d7a745c424c39200 Mon Sep 17 00:00:00 2001 From: Ajay Kumar Dhyani Date: Mon, 19 Oct 2020 20:04:29 +0530 Subject: [PATCH 1/2] Update terratest script --- src/terratest_go.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/terratest_go.sh b/src/terratest_go.sh index 8764e34..56419e6 100755 --- a/src/terratest_go.sh +++ b/src/terratest_go.sh @@ -28,6 +28,6 @@ function goTest { fi echo "teratest: info: teratest run configuration in ${tfWorkingDir}" - cd /github/workspace/_test + cd ${tfWorkingDir} go test --timeout 15000m } From e120b72825e87b50495fd3717a1c89e6ba8acc3e Mon Sep 17 00:00:00 2001 From: AJAY KUMAR DHYANI <66765596+dhyanio@users.noreply.github.com> Date: Mon, 19 Oct 2020 20:55:00 +0530 Subject: [PATCH 2/2] Update terratest_go.sh --- src/terratest_go.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/terratest_go.sh b/src/terratest_go.sh index 56419e6..917aebe 100755 --- a/src/terratest_go.sh +++ b/src/terratest_go.sh @@ -28,6 +28,7 @@ function goTest { fi echo "teratest: info: teratest run configuration in ${tfWorkingDir}" - cd ${tfWorkingDir} + cd /github/workspace + cd ${tfWorkingDir} go test --timeout 15000m }