diff options
author | sienkiew <sienkiew@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2013-03-20 13:45:22 -0400 |
---|---|---|
committer | sienkiew <sienkiew@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2013-03-20 13:45:22 -0400 |
commit | bb6ab85c7a5259896f65adaa9c3347f5d5f45629 (patch) | |
tree | f5d164fb76410c84e6cb62e67d8b6ad42c6339e9 | |
parent | 7c4870a9accb51fd780cffffe9784e17d9dce81f (diff) | |
download | steuermann-bb6ab85c7a5259896f65adaa9c3347f5d5f45629.tar.gz |
checkpoint
git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@947 d34015c8-bcbb-4646-8ac8-8ba5febf221d
-rw-r--r-- | sm/pyetc.sm | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/sm/pyetc.sm b/sm/pyetc.sm index 68c1a52..2ee768c 100644 --- a/sm/pyetc.sm +++ b/sm/pyetc.sm @@ -18,14 +18,18 @@ TABLE pyetc HOST etccartier AFTER jwst AFTER init/* + CMD rfim RUN "/data1/nightly/rfim/test-ppsetc -d rfim " + AFTER rt + AFTER init/* + TABLE pyetc HOST etccartier CMD doc_build RUN "/data1/nightly/trunk/pyetc/doc/auto_doc_build" - AFTER etccartier:pyetc/trunk + AFTER etccartier:pyetc/trunk -TABLE test_final HOST ssb - CMD pyetc.expect RUN "test_import pyetc ; test_expected pyetc" - AFTER *:pyetc/* + TABLE test_final HOST ssb + CMD pyetc.expect RUN "test_import pyetc ; test_expected pyetc" + AFTER *:pyetc/* -TABLE test_final HOST etccartier - CMD pyetc.report RUN "pyetc_report" - AFTER ssb:test_final/pyetc.expect + TABLE test_final HOST etccartier + CMD pyetc.report RUN "pyetc_report" + AFTER ssb:test_final/pyetc.expect |