210 |
date ; echo "day is over => skip test $typ" |
date ; echo "day is over => skip test $typ" |
211 |
continue |
continue |
212 |
fi |
fi |
213 |
if [ $curHour -ge 18 ] ; then |
if [ $curHour -ge 22 ] ; then |
214 |
date ; echo "too late to run test $typ" |
date ; echo "too late to run test $typ" |
215 |
continue |
continue |
216 |
fi |
fi |
319 |
#-- set the testreport command: |
#-- set the testreport command: |
320 |
comm="./testreport" |
comm="./testreport" |
321 |
if test $typ = 'g7a' -o $typ = 'adm' -o $typ = 'mpa' ; then |
if test $typ = 'g7a' -o $typ = 'adm' -o $typ = 'mpa' ; then |
322 |
comm="$comm -adm" |
#comm="$comm -adm" |
323 |
|
comm="$comm -adm -ncad" |
324 |
elif test $typ = 'oad' ; then |
elif test $typ = 'oad' ; then |
325 |
comm="$comm -oad" |
comm="$comm -oad" |
326 |
elif test $typ = 'tlm' ; then |
elif test $typ = 'tlm' ; then |