diff options
Diffstat (limited to 'solenv/bin/cwstestresult')
-rwxr-xr-x | solenv/bin/cwstestresult | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/solenv/bin/cwstestresult b/solenv/bin/cwstestresult deleted file mode 100755 index 29b1c0c8e99d..000000000000 --- a/solenv/bin/cwstestresult +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh -if [ x${SOLARENV}x = xx ]; then - echo No environment found, please use 'configure' or 'setsolar' - exit 1 -fi -exec perl -w $SOLARENV/bin/cwstestresult.pl "$@" - |