summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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