We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bcf286 commit e63940cCopy full SHA for e63940c
1 file changed
scripts/e2e_kind_smoke.sh
@@ -227,7 +227,7 @@ fi
227
# okdev sync wait: the edit-run guarantee. Write a fresh local file, wait for
228
# convergence, then read it remotely in one chain — no polling loop allowed.
229
echo "Testing okdev sync wait edit-run guarantee"
230
-echo "sync-wait-payload" > "$WORKDIR/sync-wait-probe.txt"
+echo "sync-wait-payload" > "$SYNC_DIR/sync-wait-probe.txt"
231
SYNC_WAIT_OUTPUT=$("$OKDEV_BIN" --config "$CFG_PATH" --session "$SESSION_NAME" sync wait --timeout 3m)
232
if [[ "$SYNC_WAIT_OUTPUT" != *"Sync converged"* ]]; then
233
echo "ERROR: expected sync wait to report convergence" >&2
0 commit comments