Skip to content

Commit

Permalink
Remove errant use of --period with --one-time
Browse files Browse the repository at this point in the history
  • Loading branch information
thockin committed Oct 14, 2023
1 parent 1a5daea commit befdbff
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 @@ -763,7 +763,6 @@ function e2e::stale_worktree_timeout_restart() {
git -C "$REPO" commit -qam "$FUNCNAME"
WT1=$(git -C "$REPO" rev-list -n1 HEAD)
GIT_SYNC \
--period=100ms \
--repo="file://$REPO" \
--root="$ROOT" \
--link="link" \
Expand All @@ -782,7 +781,6 @@ function e2e::stale_worktree_timeout_restart() {

# restart git-sync
GIT_SYNC \
--period=100ms \
--repo="file://$REPO" \
--root="$ROOT" \
--link="link" \
Expand All @@ -806,7 +804,6 @@ function e2e::stale_worktree_timeout_restart() {

# restart git-sync
GIT_SYNC \
--period=100ms \
--repo="file://$REPO" \
--root="$ROOT" \
--link="link" \
Expand All @@ -832,7 +829,6 @@ function e2e::stale_worktree_timeout_restart() {
# wait for WT1 to go stale and restart git-sync
sleep 8
GIT_SYNC \
--period=100ms \
--repo="file://$REPO" \
--root="$ROOT" \
--link="link" \
Expand All @@ -858,7 +854,6 @@ function e2e::stale_worktree_timeout_restart() {
# wait for WT2 to go stale and restart git-sync
sleep 4
GIT_SYNC \
--period=100ms \
--repo="file://$REPO" \
--root="$ROOT" \
--link="link" \
Expand Down

0 comments on commit befdbff

Please sign in to comment.