From 49a014b18b42bd35a68f884105ca22b91aac6ee9 Mon Sep 17 00:00:00 2001 From: Maxim Kuvyrkov Date: Mon, 20 Sep 2021 11:34:49 +0000 Subject: round-robin.sh: Fix typo top_artifacts -> top-artifacts Change-Id: If5a2a209ee25641169686ec30ecce574f9352d76 --- round-robin.sh | 6 +++--- 1 file 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 -- cgit v1.2.3