Remove errant use of --period with --one-time
This commit is contained in:
parent
1a5daeaf43
commit
befdbfff31
|
|
@ -763,7 +763,6 @@ function e2e::stale_worktree_timeout_restart() {
|
||||||
git -C "$REPO" commit -qam "$FUNCNAME"
|
git -C "$REPO" commit -qam "$FUNCNAME"
|
||||||
WT1=$(git -C "$REPO" rev-list -n1 HEAD)
|
WT1=$(git -C "$REPO" rev-list -n1 HEAD)
|
||||||
GIT_SYNC \
|
GIT_SYNC \
|
||||||
--period=100ms \
|
|
||||||
--repo="file://$REPO" \
|
--repo="file://$REPO" \
|
||||||
--root="$ROOT" \
|
--root="$ROOT" \
|
||||||
--link="link" \
|
--link="link" \
|
||||||
|
|
@ -782,7 +781,6 @@ function e2e::stale_worktree_timeout_restart() {
|
||||||
|
|
||||||
# restart git-sync
|
# restart git-sync
|
||||||
GIT_SYNC \
|
GIT_SYNC \
|
||||||
--period=100ms \
|
|
||||||
--repo="file://$REPO" \
|
--repo="file://$REPO" \
|
||||||
--root="$ROOT" \
|
--root="$ROOT" \
|
||||||
--link="link" \
|
--link="link" \
|
||||||
|
|
@ -806,7 +804,6 @@ function e2e::stale_worktree_timeout_restart() {
|
||||||
|
|
||||||
# restart git-sync
|
# restart git-sync
|
||||||
GIT_SYNC \
|
GIT_SYNC \
|
||||||
--period=100ms \
|
|
||||||
--repo="file://$REPO" \
|
--repo="file://$REPO" \
|
||||||
--root="$ROOT" \
|
--root="$ROOT" \
|
||||||
--link="link" \
|
--link="link" \
|
||||||
|
|
@ -832,7 +829,6 @@ function e2e::stale_worktree_timeout_restart() {
|
||||||
# wait for WT1 to go stale and restart git-sync
|
# wait for WT1 to go stale and restart git-sync
|
||||||
sleep 8
|
sleep 8
|
||||||
GIT_SYNC \
|
GIT_SYNC \
|
||||||
--period=100ms \
|
|
||||||
--repo="file://$REPO" \
|
--repo="file://$REPO" \
|
||||||
--root="$ROOT" \
|
--root="$ROOT" \
|
||||||
--link="link" \
|
--link="link" \
|
||||||
|
|
@ -858,7 +854,6 @@ function e2e::stale_worktree_timeout_restart() {
|
||||||
# wait for WT2 to go stale and restart git-sync
|
# wait for WT2 to go stale and restart git-sync
|
||||||
sleep 4
|
sleep 4
|
||||||
GIT_SYNC \
|
GIT_SYNC \
|
||||||
--period=100ms \
|
|
||||||
--repo="file://$REPO" \
|
--repo="file://$REPO" \
|
||||||
--root="$ROOT" \
|
--root="$ROOT" \
|
||||||
--link="link" \
|
--link="link" \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue