From 176aed6ba74e59f1dc735aad7ab48ed3179ad0c6 Mon Sep 17 00:00:00 2001 From: Maxim Kuvyrkov Date: Mon, 19 Jul 2021 12:58:54 +0000 Subject: round-robin-bisect.sh: Update formatting Change-Id: Id977cace015d082a518aa641ef90a6672b3fbec3 --- round-robin-bisect.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3