- @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 | 6335 | Jim Gomes | Branch P4.Net. | 17 years ago | |
//guest/shawn_hladky/P4.Net/main/test/runvers.bat | |||||
#1 | 5830 | Shawn Hladky | P4.Net: reorg to support release branches | 18 years ago | |
//guest/shawn_hladky/P4.Net/test/runvers.bat | |||||
#1 | 5801 | Shawn Hladky |
P4.Net. More misc changes |
18 years ago |