blob: 86fc7534ba4d88e0655a94ee12236af03644bf06 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
####################
####################
TABLE pyetc HOST etcbrady
CMD trunk RUN "/data1/nightly/trunk/test-ppsetc -d trunk "
AFTER init/*
CMD refactored RUN "/data1/nightly/refactored/test-ppsetc -d refactored "
AFTER trunk
AFTER init/*
CMD jwst RUN "/data1/nightly/jwpetc_dev/test-ppsetc -d"
AFTER refactored
AFTER init/*
CMD rt RUN "/data1/nightly/rt/rt.csh pyetc"
AFTER jwst
AFTER init/*
TABLE pyetc HOST arzach
CMD doc_build RUN "/arzach/data1/iraf/pyetc_doc_build/doc/auto_doc_build"
AFTER etcbrady:pyetc/trunk
TABLE test_final HOST ssb
CMD pyetc.expect RUN "test_import pyetc ; test_expected pyetc "
AFTER *:pyetc/*
TABLE test_final HOST etcbrady
CMD pyetc.report RUN "pyetc_report"
AFTER ssb:test_final/pyetc.expect
|