diff options
author | cslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2013-12-03 16:13:18 -0500 |
---|---|---|
committer | cslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2013-12-03 16:13:18 -0500 |
commit | 33f490d67cda30cd87b06e000d1fd77cd500fd6e (patch) | |
tree | 9030e4c52f4dff787afca9c65a2b845d25cb3930 /sm/pyetc_hst.sm | |
parent | f17347422ea26af134d410b099e6d1a3499b0f4e (diff) | |
download | steuermann-33f490d67cda30cd87b06e000d1fd77cd500fd6e.tar.gz |
add new etc_hst_spectro/refactored context to pyetc tests
git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@1117 d34015c8-bcbb-4646-8ac8-8ba5febf221d
Diffstat (limited to 'sm/pyetc_hst.sm')
-rw-r--r-- | sm/pyetc_hst.sm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sm/pyetc_hst.sm b/sm/pyetc_hst.sm index 10a0e6b..da781aa 100644 --- a/sm/pyetc_hst.sm +++ b/sm/pyetc_hst.sm @@ -29,9 +29,12 @@ TABLE run_tests HOST etcbrady CMD spectro_prod RUN "/data1/nightly/hst_spectro_prod/test-ppsetc -d production etc_hst_spectro" AFTER spectro_medium - CMD release_numpy_1.7.1 RUN "/data1/nightly/hst_release_numpy_1.7.1/test-ppsetc -d numpy_1.7.1 etc_hst_release" + CMD spectro_refactored RUN "/data1/nightly/hst_spectro_refactored/test-ppsetc -d refactored etc_hst_spectro" AFTER spectro_prod + CMD release_numpy_1.7.1 RUN "/data1/nightly/hst_release_numpy_1.7.1/test-ppsetc -d numpy_1.7.1 etc_hst_release" + AFTER spectro_refactored + TABLE import_tests HOST ssb CMD import RUN "test_import pyetc-etcbrady; test_expected etc_hst_daily" |