aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sm/pyetc_hst.sm2
-rw-r--r--sm/pyetc_jwst.sm2
2 files changed, 2 insertions, 2 deletions
diff --git a/sm/pyetc_hst.sm b/sm/pyetc_hst.sm
index 3ceae31..8b80b64 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 pyetc"
+ CMD import RUN "test_import hst_etc_daily; test_expected hst_etc_daily"
AFTER *:run_tests/*
diff --git a/sm/pyetc_jwst.sm b/sm/pyetc_jwst.sm
index e05f10f..0bf7234 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 pyetc"
+ CMD import RUN "test_import jwst_etc_daily; test_expected jwst_etc_daily"
AFTER *:run_tests/*