@echo off rem Create a folder called versions. rem Add a subfolder under each rem and copy the mathcing p4/p4d into them rem This script will run the tests for each version. for /d %%i in (versions\*) do ( echo Running Version: %%~nxi copy /y "%%i\p4.exe" p4.exe >nul copy /y "%%i\p4d.exe" p4d.exe >nul call runtest.bat 1.1 )
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 5831 | Shawn Hladky | P4.Net: Branch release 0.9 and delete a few files missed last time | ||
//guest/shawn_hladky/P4.Net/main/test/runvers.bat | |||||
#1 | 5830 | Shawn Hladky | P4.Net: reorg to support release branches | ||
//guest/shawn_hladky/P4.Net/test/runvers.bat | |||||
#1 | 5801 | Shawn Hladky |
P4.Net. More misc changes |