Skip to content

Commit

Permalink
reconfigure AcceptanceTest/runat.bat to run test server as executable
Browse files Browse the repository at this point in the history
  • Loading branch information
Zachary Herr committed Oct 5, 2016
1 parent a9251cb commit d76c485
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions AcceptanceTest/runat.bat
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,10 @@ goto start

call setup.bat %2

REM release\at\atrun -t run -s "%DIR%\AcceptanceTest.exe cfg\at.cfg" -d . -c "ruby Runner.rb 127.0.0.1 %2 definitions\server\fix40\*.def definitions\server\fix41\*.def definitions\server\fix42\*.def definitions\server\fix43\*.def definitions\server\fix44\*.def definitions\server\fix50\*.def definitions\server\fix50sp1\*.def definitions\server\fix50sp2\*.def" -i .\ -o TestResult.xml
release\at\atrun -t run -s "%DIR%\AcceptanceTest.exe %CONF_FILE%" -d . -c "ruby Runner.rb 127.0.0.1 %2 %TESTS%" -i .\ -o TestResult.xml
start %DIR%\AcceptanceTest.exe %CONF_FILE%
ruby Runner.rb 127.0.0.1 %2 %TESTS% > TestResult.xml
taskkill /F /IM AcceptanceTest.exe

if ERRORLEVEL 1 set RESULT=1
type TestResult.xml
goto quit
Expand Down

0 comments on commit d76c485

Please sign in to comment.