summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2021-07-19 12:58:54 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2021-07-19 12:58:54 +0000
commit176aed6ba74e59f1dc735aad7ab48ed3179ad0c6 (patch)
tree8258eec27b65b08fa225ec6291370a04ce2d5dd8
parent742f2a623d52b34aa571ba1fc6a7736bcde3b77c (diff)
round-robin-bisect.sh: Update formatting
Change-Id: Id977cace015d082a518aa641ef90a6672b3fbec3
-rwxr-xr-xround-robin-bisect.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/round-robin-bisect.sh b/round-robin-bisect.sh
index 6f600f5a..6cfb1498 100755
--- a/round-robin-bisect.sh
+++ b/round-robin-bisect.sh
@@ -115,7 +115,7 @@ case "${rr[ci_project]}/${rr[ci_config]}" in
;;
esac
-mkdir -p bisect/baseline
+mkdir -p ./bisect
# Save baseline build state, which we restore before individual bisect tests.
# This ensures that "bad" bisect tests won't affect "good" ones and vice versa.
@@ -743,6 +743,7 @@ chmod +x $rel_artifacts/test.sh
$build_script @@ $rel_artifacts/manifests/build-baseline.sh
# Save baseline build state (which is then restored in $rel_artifacts/test.sh)
+mkdir -p ./bisect
rsync -a --del --delete-excluded ${baseline_exclude[@]} ./ ./bisect/baseline/
cd $current_project