Skip to content

Commit

Permalink
Remove e2e debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
thockin committed Jun 19, 2024
1 parent faba605 commit b538358
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test_e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -689,8 +689,6 @@ function e2e::worktree_unexpected_removal() {
docker unpause "$CTR" >/dev/null
done

echo "$METRIC_GOOD_SYNC_COUNT"

wait_for_sync "${MAXWAIT}"
assert_link_exists "$ROOT/link"
assert_file_exists "$ROOT/link/file"
Expand Down Expand Up @@ -734,8 +732,6 @@ function e2e::sync_recover_wrong_worktree_hash() {
docker unpause "$CTR" >/dev/null
done

echo "$METRIC_GOOD_SYNC_COUNT"

wait_for_sync "${MAXWAIT}"
assert_link_exists "$ROOT/link"
assert_file_exists "$ROOT/link/file"
Expand Down Expand Up @@ -2869,7 +2865,6 @@ function e2e::submodule_sync_relative() {

# Add submodule
REL="$(realpath --relative-to "$REPO" "$WORK/$SUBMODULE_REPO_NAME")"
echo "$REL"
git -C "$REPO" -c protocol.file.allow=always submodule add -q "$REL" "$SUBMODULE_REPO_NAME"
git -C "$REPO" commit -aqm "add submodule"

Expand Down

0 comments on commit b538358

Please sign in to comment.