From bb6ab85c7a5259896f65adaa9c3347f5d5f45629 Mon Sep 17 00:00:00 2001 From: sienkiew Date: Wed, 20 Mar 2013 17:45:22 +0000 Subject: checkpoint git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@947 d34015c8-bcbb-4646-8ac8-8ba5febf221d --- sm/pyetc.sm | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) (limited to 'sm') 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 -- cgit