244f2f6b34
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
11 lines
311 B
Text
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
|