diff options
-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/* |