diff options
author | cslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2013-10-17 14:55:39 -0400 |
---|---|---|
committer | cslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2013-10-17 14:55:39 -0400 |
commit | f1fff2527d722998f0aa4b963b50a670223e137d (patch) | |
tree | 11cda9044f02dceb232721c2234227b94355f4b0 | |
parent | dc858bdbc63cc45811e78f2758fbec08a7118078 (diff) | |
download | steuermann-f1fff2527d722998f0aa4b963b50a670223e137d.tar.gz |
update all three pyetc*.sm files to be more specific about what tests get imported
git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@1062 d34015c8-bcbb-4646-8ac8-8ba5febf221d
-rw-r--r-- | sm/pyetc.sm | 2 | ||||
-rw-r--r-- | sm/pyetc_hst.sm | 2 | ||||
-rw-r--r-- | sm/pyetc_jwst.sm | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sm/pyetc.sm b/sm/pyetc.sm index 42a593b..e59ce7f 100644 --- a/sm/pyetc.sm +++ b/sm/pyetc.sm @@ -38,7 +38,7 @@ TABLE pyetc HOST etccartier TABLE test_final HOST ssb - CMD pyetc.expect RUN "test_import pyetc ; test_expected pyetc" + CMD pyetc.expect RUN "test_import pyetc-etccartier ; test_expected pyetc" AFTER *:pyetc/* diff --git a/sm/pyetc_hst.sm b/sm/pyetc_hst.sm index 125ee24..0c310bb 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 etc_hst_daily; test_expected etc_hst_daily" + CMD import RUN "test_import pyetc-etcbrady; test_expected etc_hst_daily" AFTER *:run_tests/* diff --git a/sm/pyetc_jwst.sm b/sm/pyetc_jwst.sm index 6157ae2..f4a0bc6 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 etc_jwst_daily; test_expected etc_jwst_daily" + CMD import RUN "test_import pyetc-etcbrady; test_expected etc_jwst_daily" AFTER *:run_tests/* |