diff options
author | cslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2013-10-14 15:55:00 -0400 |
---|---|---|
committer | cslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2013-10-14 15:55:00 -0400 |
commit | 0d493aa9628b8cae35d5cfc7737a8590d8fd274f (patch) | |
tree | af7b2728efa444c0f4f1df5aed26d85d80704497 | |
parent | dc3a62957f83efbf6484c4b3db92a31004853d94 (diff) | |
download | steuermann-0d493aa9628b8cae35d5cfc7737a8590d8fd274f.tar.gz |
update test run names for pyetc; increment N to 10 in install script
git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@1055 d34015c8-bcbb-4646-8ac8-8ba5febf221d
-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/* |