@echo off set ScriptPath=%~p0 rem make sure we have a p4d.exe if not exist "%CD%\p4d.exe" ( echo "Must have p4d.exe in the current directory to run tests!" goto :eof ) rem make sure we have a p4.exe if not exist "%CD%\p4.exe" ( echo "Must have p4.exe in the current directory to run tests!" goto :eof ) set P4DPORT=5791 set P4Dexe=%ScriptPath%\p4d.exe set P4exe=%ScriptPath%\p4.exe rem just in case the server is running... %P4exe% -p %P4DPORT% admin stop >nul 2>nul if exist "%ScriptPath%\p4root" rd /s /q "%ScriptPath%\p4root" mkdir "%ScriptPath%\p4root" echo. echo Launching Perforce Server echo. start /MIN cmd /c %P4Dexe% -r %CD%\p4root -p %P4DPORT% -J off -vdebug=3 rem enable monitor and restart p4 -p %P4DPORT% -u TestUser2 counter -f monitor 1 p4 -p %P4DPORT% -u TestUser2 admin stop >nul 2>nul if "%~1"=="unicode" %P4Dexe% -r %CD%\p4root -p %P4DPORT% -xi start /MIN cmd /c %P4Dexe% -r %CD%\p4root -p %P4DPORT% -J off -vdebug=3
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 6106 | Shawn Hladky | P4.Net: Branching release 1.0 | ||
//guest/shawn_hladky/P4.Net/main/test/LaunchServer.bat | |||||
#3 | 5918 | Shawn Hladky | P4.Net unit test changes for fx1.1 | ||
#2 | 5842 | Shawn Hladky |
P4.Net Update test harness for unicode server. Add methods to support p4 print. |
||
#1 | 5830 | Shawn Hladky | P4.Net: reorg to support release branches | ||
//guest/shawn_hladky/P4.Net/test/LaunchServer.bat | |||||
#2 | 5798 | Shawn Hladky |
P4.Net... still not ready for beta Added license to all files Added several doc files Misc bugs |
||
#1 | 5680 | Shawn Hladky | few more missed files |