#!/usr/bin/env bash # Playreel 롱컷 — 게이트 ② 승인 뒤, 게이트 ③(narration_confirm) 직전까지. # 사용: tests/run_playreel_after_gate2.sh [모션키,쉼표구분] set -euo pipefail cd "$(dirname "$0")/.." goods_id="${1:?사용: $0 [모션키,쉼표구분]}" run() { echo; echo "── $1 ──"; shift; uv run python -m "$@"; } run "⑤ motion" tests.playreel.test_motion "$goods_id" ${2+"$2"} run "⑥ narration" tests.playreel.test_narration_slots "$goods_id" cat <