summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2021-09-20 11:34:49 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2021-09-20 11:34:49 +0000
commit49a014b18b42bd35a68f884105ca22b91aac6ee9 (patch)
treede8b17af23a1ba09f3d54c371c28fc5b56e1cc48
parent13787fd33d31a2c9e7039d46958b5440dc459375 (diff)
round-robin.sh: Fix typo top_artifacts -> top-artifacts
Change-Id: If5a2a209ee25641169686ec30ecce574f9352d76
-rw-r--r--round-robin.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/round-robin.sh b/round-robin.sh
index aa67c95f..99644593 100644
--- a/round-robin.sh
+++ b/round-robin.sh
@@ -602,9 +602,9 @@ check_regression ()
res=0 && wait $! || res=$?
# Move extra artifacts that no_regression_p generated to $top_artifacts.
- if [ -d $run_step_artifacts/top_artifacts ]; then
- rsync -a $run_step_artifacts/top_artifacts/ ${rr[top_artifacts]}/
- rm -rf $run_step_artifacts/top_artifacts
+ if [ -d $run_step_artifacts/top-artifacts ]; then
+ rsync -a $run_step_artifacts/top-artifacts/ ${rr[top_artifacts]}/
+ rm -rf $run_step_artifacts/top-artifacts
fi
if [ $res = 0 ]; then