summaryrefslogtreecommitdiff
path: root/round-robin-bisect.sh
diff options
context:
space:
mode:
Diffstat (limited to 'round-robin-bisect.sh')
-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