#!/usr/bin/env bash # SUM Parts - run only run_all.sh's preflight, to prove it before leaving # # Sources run_all.sh with RUN_ALL_DRYRUN set so the phase list is skipped and # only the checks execute. Cheap, no side effects, no GPU work. set -uo pipefail RUN_ALL_DRYRUN=1 bash "$(dirname "${BASH_SOURCE[0]}")/run_all.sh"