diff options
author | cslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2013-12-06 09:49:58 -0500 |
---|---|---|
committer | cslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2013-12-06 09:49:58 -0500 |
commit | 4132c17c8335dd868e3a1ad015dd49e9a1456505 (patch) | |
tree | b27cbb5631f05497e7f9fc9c3df2cdc8169a148f | |
parent | ba5bbda9392195f29ac0f28dfc5c3898b5b4a603 (diff) | |
download | steuermann-4132c17c8335dd868e3a1ad015dd49e9a1456505.tar.gz |
move pyetc_report from etc_daily to etc_hst_daily test run
git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@1119 d34015c8-bcbb-4646-8ac8-8ba5febf221d
-rw-r--r-- | sm/pyetc.sm | 5 | ||||
-rw-r--r-- | sm/pyetc_hst.sm | 3 |
2 files changed, 3 insertions, 5 deletions
diff --git a/sm/pyetc.sm b/sm/pyetc.sm index e59ce7f..eded3b2 100644 --- a/sm/pyetc.sm +++ b/sm/pyetc.sm @@ -41,8 +41,3 @@ TABLE test_final HOST ssb CMD pyetc.expect RUN "test_import pyetc-etccartier ; test_expected pyetc" AFTER *:pyetc/* - -TABLE test_final HOST etccartier - CMD pyetc.report RUN "pyetc_report" - AFTER ssb:test_final/pyetc.expect - diff --git a/sm/pyetc_hst.sm b/sm/pyetc_hst.sm index da781aa..ddddc60 100644 --- a/sm/pyetc_hst.sm +++ b/sm/pyetc_hst.sm @@ -40,3 +40,6 @@ TABLE import_tests HOST ssb CMD import RUN "test_import pyetc-etcbrady; test_expected etc_hst_daily" AFTER *:run_tests/* +TABLE refactored_stats HOST etcbrady + CMD pyetc_report RUN "/eng/ssb/auto/steuermann_scripts/pyetc_report" + AFTER ssb:import_tests/* |