office-gobmx/solenv/bin/cwstestresult.btm
Oliver Bolte 244f2f6b34 CWS-TOOLING: integrate CWS cwstestresult
2009-02-05 11:16:23 +0100 bei  r267412 : fix cwsattache file read + new parameter for cwstestresult
2009-02-04 18:08:41 +0100 bei  r267396 : rename testcase to testrun
2009-01-29 16:56:57 +0100 bei  r267156 : cwstestresult scripts
2009-02-19 12:43:05 +00:00

11 lines
311 B
Text

@echo off
iff "%SOLARENV%" == "" then
echo No environment found, please use 'configure' or 'setsolar'
goto end
endiff
iff "%PERL%" == "" then
call perl5 -I%SOLARENV%\bin\modules %SOLARENV%\bin\cwstestresult.pl %1&
else
call %PERL% -I%SOLARENV%\bin\modules %SOLARENV%\bin\cwstestresult.pl %1&
endiff
:end