1 |
# |
2 |
# Copy autotest-scons to /raid3/ksteube/AutoTests and then use this |
3 |
# crontab to run the escript tests every day (except on Sunday we rest) |
4 |
# |
5 |
# min hour day month weekday command |
6 |
# 0-59 0-23 1-31 1-12 0-6 (0 = Sunday) |
7 |
# |
8 |
SHELL=/bin/sh |
9 |
MAILTO=k.steube@uq.edu.au |
10 |
# |
11 |
# Run 'autotest-scons run_tests' in the wee hours every weekday |
12 |
# Temporarily changed to 'all_tests' to have full test for tonight |
13 |
0 1 * * 1-5 /raid3/ksteube/AutoTests/autotest-scons run_tests |
14 |
# Run 'autotest-scons all_tests' in the wee hours only on Saturdays because it takes a long time to run |
15 |
0 1 * * 6 /raid3/ksteube/AutoTests/autotest-scons all_tests |