#!/usr/bin/env bash # Playreel 롱컷 — 게이트 ① 승인 뒤, 게이트 ②(analysis_confirm) 직전까지. # 사용: tests/run_playreel_after_gate1.sh set -euo pipefail cd "$(dirname "$0")/.." goods_id="${1:?사용: $0 }" run() { echo; echo "── $1 ──"; shift; uv run python -m "$@"; } run "③ upscale" tests.playreel.test_upscale_poster "$goods_id" run "④ analyze" tests.playreel.test_analyze_poster "$goods_id" cat <