#!/usr/bin/env bash # Regenerates every file under docs/output/ from a real run: the JUnit test suite (which # writes 00, 01, 02, 03a via the Transcript helper as it asserts) plus the standalone # tracePinnedThreads check (03b, which needs its own JVM flag and isn't a JUnit test). set -euo pipefail cd "$(dirname "$0")/.." mvn -q -B test ./scripts/check-trace-pinned-threads-removed.sh > /dev/null echo "Regenerated:" ls -1 docs/output/