diff options
author | Oliver Bolte <obo@openoffice.org> | 2009-02-19 12:43:05 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2009-02-19 12:43:05 +0000 |
commit | 244f2f6b34eb74a520729440645986d990380b42 (patch) | |
tree | 911f4ce9ba5211e1238a96f7ed02edf1a62daa67 /solenv/bin/cwstestresult.btm | |
parent | f7d54f00980bc40fc9c445ba601f804fd54a30c7 (diff) |
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
Diffstat (limited to 'solenv/bin/cwstestresult.btm')
-rw-r--r-- | solenv/bin/cwstestresult.btm | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/solenv/bin/cwstestresult.btm b/solenv/bin/cwstestresult.btm new file mode 100644 index 000000000000..38a012996500 --- /dev/null +++ b/solenv/bin/cwstestresult.btm @@ -0,0 +1,11 @@ +@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 |