aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/artifacts/run_in_workspace.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/run_tests/artifacts/run_in_workspace.sh')
-rwxr-xr-xtools/run_tests/artifacts/run_in_workspace.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/run_tests/artifacts/run_in_workspace.sh b/tools/run_tests/artifacts/run_in_workspace.sh
index 20181e077c..f4719b0a4a 100755
--- a/tools/run_tests/artifacts/run_in_workspace.sh
+++ b/tools/run_tests/artifacts/run_in_workspace.sh
@@ -19,7 +19,8 @@
set -ex
cd "$(dirname "$0")/../../.."
-export repo_root=$(pwd)
+repo_root=$(pwd)
+export repo_root
# TODO: fix file to pass shellcheck