mirror of
https://github.com/php/pftt2.git
synced 2026-03-24 09:12:17 +01:00
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.
5 lines
85 B
Batchfile
5 lines
85 B
Batchfile
SET branches=7.2 7.3 7.4
|
|
|
|
for %%i in (%branches%) do (
|
|
call %~dp0test_snap.cmd %%i
|
|
) |