From dc858bdbc63cc45811e78f2758fbec08a7118078 Mon Sep 17 00:00:00 2001 From: sienkiew Date: Mon, 14 Oct 2013 20:38:13 +0000 Subject: fix a couple missed changes in jwst_etc to etc_jwst git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@1058 d34015c8-bcbb-4646-8ac8-8ba5febf221d --- sm/pyetc_hst.sm | 2 +- sm/pyetc_jwst.sm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'sm') diff --git a/sm/pyetc_hst.sm b/sm/pyetc_hst.sm index 04543dc..125ee24 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 hst_etc_daily; test_expected etc_hst_daily" + CMD import RUN "test_import etc_hst_daily; test_expected etc_hst_daily" AFTER *:run_tests/* diff --git a/sm/pyetc_jwst.sm b/sm/pyetc_jwst.sm index 124b614..6157ae2 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 jwst_etc_daily; test_expected etc_jwst_daily" + CMD import RUN "test_import etc_jwst_daily; test_expected etc_jwst_daily" AFTER *:run_tests/* -- cgit