summaryrefslogtreecommitdiff
path: root/tcwg-llvm-testsuite.sh
diff options
context:
space:
mode:
authorRenato Golin <renato.golin@linaro.org>2017-05-05 10:31:38 +0100
committerRenato Golin <renato.golin@linaro.org>2017-05-05 10:31:38 +0100
commit6647b0f3b69fdf8cc02bd3464c292ccbfbed4ad0 (patch)
treed8ed13ed4b4b901fbe7d09578b9d07ab999aefde /tcwg-llvm-testsuite.sh
parenta9d187520a5af7b67e607b9b1dbb7ab527a567e8 (diff)
tcwg-llvm-*: Additional argument to download_toolchain
Change-Id: Iedb0a501989dbaa6fd24d728d92e66a8dba1f9aa
Diffstat (limited to 'tcwg-llvm-testsuite.sh')
-rwxr-xr-xtcwg-llvm-testsuite.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcwg-llvm-testsuite.sh b/tcwg-llvm-testsuite.sh
index fe4d7a43..ea839815 100755
--- a/tcwg-llvm-testsuite.sh
+++ b/tcwg-llvm-testsuite.sh
@@ -35,7 +35,7 @@ while [ "$#" -gt 0 ]; do
fi
shift ;;
--toolchain)
- download_toolchain "$VAL"
+ download_toolchain "$WORKSPACE" "$VAL"
shift ;;
*)
echo "ERROR: Invalid argument '$1'"