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
7 lines
174 B
Bash
Executable file
7 lines
174 B
Bash
Executable file
#!/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 "$@"
|
|
|