author | kleing |
Sun, 18 May 2003 16:29:18 +0200 | |
changeset 14038 | afeaca7d943a |
parent 14037 | 3b7f3eec9684 |
child 14039 | bb70604a07c4 |
--- a/Admin/isatest-check Sun May 18 16:16:58 2003 +0200 +++ b/Admin/isatest-check Sun May 18 16:29:18 2003 +0200 @@ -10,6 +10,9 @@ # source bashrc, we're called by cron . ~/.bashrc +# produce empty list for patterns like isatest-*.log if no +# such file exists +shopt -s nullglob ## global settings @@ -90,8 +93,8 @@ echo "Have a nice day," >> $TMP echo " isatest" >> $TMP - cd $ERRORDIR for R in $MAILTO; do + LOGS=$ERRORDIR/isatest*.log $MAIL "isabelle test failed" $R $TMP *.log done