diff options
author | cslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2013-10-08 14:26:07 -0400 |
---|---|---|
committer | cslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2013-10-08 14:26:07 -0400 |
commit | dc3a62957f83efbf6484c4b3db92a31004853d94 (patch) | |
tree | eec0981badfeba161410d27cb8118074f17a1c96 | |
parent | 673f64a135be86839c0d5106def1c575b88495ef (diff) | |
download | steuermann-dc3a62957f83efbf6484c4b3db92a31004853d94.tar.gz |
update pyetc SM files for HST and JWST tests; update calls to test_expected to pass right name pattern
git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@1052 d34015c8-bcbb-4646-8ac8-8ba5febf221d
-rw-r--r-- | sm/pyetc_hst.sm | 2 | ||||
-rw-r--r-- | sm/pyetc_jwst.sm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sm/pyetc_hst.sm b/sm/pyetc_hst.sm index 3ceae31..8b80b64 100644 --- a/sm/pyetc_hst.sm +++ b/sm/pyetc_hst.sm @@ -31,6 +31,6 @@ TABLE run_tests HOST etcbrady TABLE import_tests HOST ssb - CMD import RUN "test_import hst_etc_daily; test_expected pyetc" + CMD import RUN "test_import hst_etc_daily; test_expected hst_etc_daily" AFTER *:run_tests/* diff --git a/sm/pyetc_jwst.sm b/sm/pyetc_jwst.sm index e05f10f..0bf7234 100644 --- a/sm/pyetc_jwst.sm +++ b/sm/pyetc_jwst.sm @@ -10,7 +10,7 @@ TABLE run_tests HOST etcbrady TABLE import_tests HOST ssb - CMD import RUN "test_import jwst_etc_daily; test_expected pyetc" + CMD import RUN "test_import jwst_etc_daily; test_expected jwst_etc_daily" AFTER *:run_tests/* |