runvers.bat #1

  • //
  • guest/
  • robert_cowham/
  • perforce/
  • API/
  • P4.Net/
  • main/
  • test/
  • runvers.bat
  • View
  • Commits
  • Open Download .zip Download (336 B)
@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 6414 Robert Cowham Initial branch
//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