1 |
# |
# DO NOT EDIT THIS FILE - edit the master and reinstall. |
2 |
# Copy autotest-scons to /raid3/ksteube/AutoTests and then use this |
# (/tmp/crontab.15721 installed on Mon Jun 4 13:46:14 2007) |
3 |
# crontab to run the escript tests every day (except on Sunday we rest) |
# (Cron version -- $Id: crontab.c,v 2.13 1994/01/17 03:20:37 vixie Exp $) |
|
# |
|
4 |
# min hour day month weekday command |
# min hour day month weekday command |
5 |
# 0-59 0-23 1-31 1-12 0-6 (0 = Sunday) |
# 0-59 0-23 1-31 1-12 0-6 (0 = Sunday) |
6 |
# |
# |
8 |
MAILTO=k.steube@uq.edu.au |
MAILTO=k.steube@uq.edu.au |
9 |
# |
# |
10 |
# Run 'autotest-scons run_tests' in the wee hours every weekday |
# Run 'autotest-scons run_tests' in the wee hours every weekday |
11 |
# Temporarily changed to 'all_tests' to have full test for tonight |
0 1 * * 0-6 /raid3/ksteube/AutoTests/autotest-scons all_tests |
|
0 1 * * 1-5 /raid3/ksteube/AutoTests/autotest-scons run_tests |
|
|
# Run 'autotest-scons all_tests' in the wee hours only on Saturdays because it takes a long time to run |
|
|
0 1 * * 6 /raid3/ksteube/AutoTests/autotest-scons all_tests |
|