diff options
Diffstat (limited to 'solenv/bin/cwstestresult.btm')
-rw-r--r-- | solenv/bin/cwstestresult.btm | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/solenv/bin/cwstestresult.btm b/solenv/bin/cwstestresult.btm deleted file mode 100644 index 38a012996500..000000000000 --- a/solenv/bin/cwstestresult.btm +++ /dev/null @@ -1,11 +0,0 @@ -@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 |