Files
pftt2/bin/auto_test_snap.cmd
Dale Hirt 11a7bbacf7 Add test_snap.cmd
This creates a script that allows for individual branch snapshot testing.

The changes to auto_test_snap.cmd just make it call the new test_snap.cmd file with each branch.
2020-01-20 11:55:22 +01:00

5 lines
85 B
Batchfile

SET branches=7.2 7.3 7.4
for %%i in (%branches%) do (
call %~dp0test_snap.cmd %%i
)