diff options
-rwxr-xr-x | sm/install | 2 | ||||
-rw-r--r-- | sm/pyetc_hst.sm | 2 | ||||
-rw-r--r-- | sm/pyetc_jwst.sm | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -3,7 +3,7 @@ # su iraf -c ./install # -N=9 +N=10 here=`pwd` diff --git a/sm/pyetc_hst.sm b/sm/pyetc_hst.sm index 8b80b64..04543dc 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 hst_etc_daily" + CMD import RUN "test_import hst_etc_daily; test_expected etc_hst_daily" AFTER *:run_tests/* diff --git a/sm/pyetc_jwst.sm b/sm/pyetc_jwst.sm index 0bf7234..124b614 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 jwst_etc_daily" + CMD import RUN "test_import jwst_etc_daily; test_expected etc_jwst_daily" AFTER *:run_tests/* |