Files
git.stella-ops.org/scripts/test-stabilization/run-tests.cmd
2026-02-01 21:37:40 +02:00

8 lines
247 B
Batchfile

@echo off
REM Test Stabilization Runner
REM Runs all backend tests in batches of 50 with 50-minute timeout
REM Uses binary search to identify hanging tests
cd /d "%~dp0..\.."
powershell -ExecutionPolicy Bypass -File "%~dp0run-tests-batch.ps1" %*