Home | History | Annotate | Download | only in cron

Lines Matching refs:LTPTMP

46 if [ -z "$LTPTMP" -a -z "$TMPBASE" ]
48 LTPTMP=/tmp
50 LTPTMP=$TMPBASE
91 cat > $LTPTMP/tst1_cronjob.cron <<EOF
92 * * * * * $LTPTMP/tst1_cronprg.sh
98 cat > $LTPTMP/tst1_cronprg.sh <<EOF
102 echo "Hello Hell today is \$DATE " > $LTPTMP/tst1_cron.out 2>&1
106 chmod +x $LTPTMP/tst1_cronprg.sh
113 crontab $LTPTMP/tst1_cronjob.cron >$LTPTMP/cron_tst2n1.out 2>&1
118 $LTPBIN/tst_brk TBROK $LTPTMP/cron_tst2n1.out NULL \
128 > $LTPTMP/cron_tst2n1.out 2>&1
136 > $LTPTMP/cron_tst2n1.out 2>&1
173 TS_MIN1=$(awk '{print $8}' $LTPTMP/tst1_cron.out |
182 TS_MIN2=$(awk '{print $8}' $LTPTMP/tst1_cron.out |
188 "Test #1: Problem with $LTPTMP/tst1_cron.out file "
208 > $LTPTMP/tst1_cron.log
209 $LTPBIN/tst_res TFAIL $LTPTMP/tst1_cron.log \
215 > $LTPTMP/tst1_cron.log
216 $LTPBIN/tst_res TINFO $LTPTMP/tst1_cron.log \
225 grep "CMD ($LTPTMP/tst1_cronprg.sh)" /var/log/messages >$LTPTMP/cron_tst2n1.out 2>&1
232 grep "CMD ($LTPTMP/tst1_cronprg.sh)" /var/log/cron \
233 >$LTPTMP/cron_tst2n1.out 2>&1
241 $LTPBIN/tst_res TFAIL $LTPTMP/cron_tst2n1.out \
246 $LTPBIN/tst_res TFAIL $LTPTMP/cron_tst1.out \
263 cat > $LTPTMP/tst2_cronjob.cron <<EOF
264 * * * * * $LTPTMP/tst2_cronprg.sh
267 cat > $LTPTMP/tst2_cronprg.sh <<EOF
274 chmod +x $LTPTMP/tst2_cronprg.sh >/dev/null 2>&1
278 crontab $LTPTMP/tst2_cronjob.cron >$LTPTMP/cron_tst2n1.out 2>&1
282 $LTPBIN/tst_brk TBROK $LTPTMP/cron_tst2n1.out NULL \
290 >$LTPTMP/cron_tst2n1.out 2>&1
298 >$LTPTMP/cron_tst2n1.out 2>&1
310 crontab -r >$LTPTMP/cron_tst2n1.out 2>&1
315 $LTPBIN/tst_brk TBROK $LTPTMP/cron_tst2n1.out NULL \
319 tail -n 10 /var/log/messages | grep DELETE >$LTPTMP/cron_tst2n1.out 2>&1
327 >$LTPTMP/cron_tst2n1.out 2>&1
349 cat > $LTPTMP/tst2_cronjob.cron <<EOF
350 * * * * * $LTPTMP/tst2_cronprg.sh
353 cat > $LTPTMP/tst2_cronprg.sh <<EOF
360 chmod +x $LTPTMP/tst2_cronprg.sh >/dev/null 2>&1
363 crontab $LTPTMP/tst2_cronjob.cron >$LTPTMP/cron_tst2n1.out 2>&1
373 crontab -l | grep "$LTPTMP/tst2_cronprg.sh" >$LTPTMP/cron_tst2n1.out 2>&1
394 crontab -l >$LTPTMP/cron_tst2.out 2>&1
397 grep "no crontab for" $LTPTMP/cron_tst2.out >$LTPTMP/cron_tst2n1.out 2>&1
401 $LTPBIN/tst_res TFAIL $LTPTMP/cron_tst2n1.out \
409 $LTPBIN/tst_res TFAIL $LTPTMP/cron_tst2n1.out \