summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xTestRelease.job4
1 files changed, 2 insertions, 2 deletions
diff --git a/TestRelease.job b/TestRelease.job
index d6325590..c5ec5be2 100755
--- a/TestRelease.job
+++ b/TestRelease.job
@@ -114,8 +114,8 @@ else
exit 1
fi
-git clone https://git-us.linaro.org/toolchain/tcwg-regression
-git -C tcwg-regression checkout ${tcwg_regression_rev}
+clone_or_update_repo tcwg-regression $tcwg_regression_rev https://git-us.linaro.org/toolchain/tcwg-regression
+
make -C tcwg-regression check TOOLCHAIN=${testdir}/${dir} TARGET=${target}
if [ $? -ne 0 ]; then
echo "TCWG regression tests FAILED"