diff options
author | cslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2015-01-14 09:31:23 -0500 |
---|---|---|
committer | cslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2015-01-14 09:31:23 -0500 |
commit | 324b82c2a5a649d425ade0d7ca88dd8770cf1435 (patch) | |
tree | bd09d86d600b67b185a7d619a11f6fa089ecd96d | |
parent | 6ab94c899411d816e141900e501ecc6696cc8863 (diff) | |
download | steuermann-324b82c2a5a649d425ade0d7ca88dd8770cf1435.tar.gz |
fix redundant naming
git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@1375 d34015c8-bcbb-4646-8ac8-8ba5febf221d
-rw-r--r-- | sm/pyetc_jwst.sm | 6 | ||||
-rw-r--r-- | sm/pyetc_jwst_midday.sm | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sm/pyetc_jwst.sm b/sm/pyetc_jwst.sm index 9deb565..3691f5b 100644 --- a/sm/pyetc_jwst.sm +++ b/sm/pyetc_jwst.sm @@ -20,13 +20,13 @@ TABLE run_tests HOST etcdevens TABLE import_tests HOST ssb - CMD import RUN "test_import pyetc-etcbrady; test_expected etc_jwst_daily" + CMD import_brady RUN "test_import pyetc-etcbrady; test_expected etc_jwst_daily" AFTER *:run_tests/* - CMD import RUN "test_import pyetc-etccartier; test_expected etc_jwst_daily" + CMD import_cartier RUN "test_import pyetc-etccartier; test_expected etc_jwst_daily" AFTER *:run_tests/* - CMD import RUN "test_import pyetc-etcdevens" + CMD import_devens RUN "test_import pyetc-etcdevens" AFTER *:run_tests/* diff --git a/sm/pyetc_jwst_midday.sm b/sm/pyetc_jwst_midday.sm index 8a6645d..625b226 100644 --- a/sm/pyetc_jwst_midday.sm +++ b/sm/pyetc_jwst_midday.sm @@ -19,13 +19,13 @@ TABLE run_tests HOST etcdevens TABLE import_tests HOST ssb -# CMD import RUN "test_import pyetc-etcbrady; test_expected etc_jwst_daily" +# CMD import_brady RUN "test_import pyetc-etcbrady; test_expected etc_jwst_daily" # AFTER *:run_tests/* -# CMD import RUN "test_import pyetc-etccartier; test_expected etc_jwst_daily" +# CMD import_cartier RUN "test_import pyetc-etccartier; test_expected etc_jwst_daily" # AFTER *:run_tests/* - CMD import RUN "test_import pyetc-etcdevens" + CMD import_devens RUN "test_import pyetc-etcdevens" AFTER *:run_tests/* |