From 673f64a135be86839c0d5106def1c575b88495ef Mon Sep 17 00:00:00 2001 From: cslocum Date: Fri, 4 Oct 2013 19:17:39 +0000 Subject: update pyetc SM files to pass right argument to test_expect git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@1048 d34015c8-bcbb-4646-8ac8-8ba5febf221d --- sm/pyetc_hst.sm | 2 +- sm/pyetc_jwst.sm | 2 +- sm/pyetc_midday.sm | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sm/pyetc_hst.sm b/sm/pyetc_hst.sm index ec90d29..3ceae31 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 pyetc; test_expected pyetc" + CMD import RUN "test_import hst_etc_daily; test_expected pyetc" AFTER *:run_tests/* diff --git a/sm/pyetc_jwst.sm b/sm/pyetc_jwst.sm index 7ec0be7..e05f10f 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 pyetc; test_expected pyetc" + CMD import RUN "test_import jwst_etc_daily; test_expected pyetc" AFTER *:run_tests/* diff --git a/sm/pyetc_midday.sm b/sm/pyetc_midday.sm index 891a3a0..439892c 100644 --- a/sm/pyetc_midday.sm +++ b/sm/pyetc_midday.sm @@ -35,7 +35,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 ; test_expected etc_midday" AFTER *:pyetc/* #TABLE save_reference_files HOST etccartier -- cgit