merge the formfield patch from ooo-build
[ooovba.git] / solenv / bin / cwstestresult.btm
blob38a012996500602d895f2ed530830dc7afd31111
1 @echo off
2 iff "%SOLARENV%" == "" then
3     echo No environment found, please use 'configure' or 'setsolar'
4         goto end
5 endiff
6 iff "%PERL%" == "" then
7         call perl5 -I%SOLARENV%\bin\modules %SOLARENV%\bin\cwstestresult.pl %1&
8 else
9         call %PERL% -I%SOLARENV%\bin\modules %SOLARENV%\bin\cwstestresult.pl %1&
10 endiff
11 :end