#!/usr/bin/env bash # Playreel 롱컷 — 게이트 ③ 승인 뒤, 게이트 ④(clip_confirm) 직전까지. # 사용: tests/run_playreel_after_gate3.sh set -euo pipefail cd "$(dirname "$0")/.." goods_id="${1:?사용: $0 }" run() { echo; echo "── $1 ──"; shift; uv run python -m "$@"; } run "⑦ tts" tests.playreel.test_tts "$goods_id" run "⑧ bgm" tests.playreel.test_bgm "$goods_id" run "⑨ i2v" tests.playreel.test_i2v "$goods_id" cat <