Skip to content

Commit 8097bf6

Browse files
committed
Update run.sh
* add resync to Test Case 0002
1 parent 244e311 commit 8097bf6

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

ci/e2e/run.sh

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,8 @@ else
134134
--confdir "$CONF_SEED" \
135135
--sync \
136136
--verbose \
137-
--verbose \
137+
--resync \
138+
--resync-auth \
138139
--syncdir "$SEED_DIR" \
139140
--single-directory "$REMOTE_PREFIX" \
140141
2>&1 | tee "$SEED_LOG"
@@ -159,7 +160,8 @@ else
159160
--confdir "$CONF_UP" \
160161
--sync \
161162
--verbose \
162-
--verbose \
163+
--resync \
164+
--resync-auth \
163165
--upload-only \
164166
--syncdir "$UP_DIR" \
165167
--single-directory "$REMOTE_PREFIX" \
@@ -180,7 +182,8 @@ else
180182
--confdir "$CONF_VER" \
181183
--sync \
182184
--verbose \
183-
--verbose \
185+
--resync \
186+
--resync-auth \
184187
--download-only \
185188
--syncdir "$VER_DIR" \
186189
--single-directory "$REMOTE_PREFIX" \

0 commit comments

Comments
 (0)