#!/usr/bin/env bash # Playreel 롱컷 — 게이트 ④ 승인 뒤, 게이트 ⑤(final_confirm) 직전까지. # 사용: tests/run_playreel_after_gate4.sh [variant] set -euo pipefail cd "$(dirname "$0")/.." goods_id="${1:?사용: $0 [variant]}" variant="${2:-v1}" config="tests/test_result/playreel/nol_${goods_id}/layer_config.json" run() { echo; echo "── $1 ──"; shift; uv run python -m "$@"; } if [ ! -f "$config" ]; then run "⑩ config 생성" tests.playreel.test_build_layer_config "$goods_id" fi run "⑩ hybrid" tests.playreel.test_hybrid_poster "$goods_id" "$config" run "⑪ compose" tests.playreel.test_compose_long "$goods_id" "$variant" cat <