From 0d493aa9628b8cae35d5cfc7737a8590d8fd274f Mon Sep 17 00:00:00 2001 From: cslocum Date: Mon, 14 Oct 2013 19:55:00 +0000 Subject: 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 --- sm/install | 2 +- sm/pyetc_hst.sm | 2 +- sm/pyetc_jwst.sm | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sm/install b/sm/install index 210f21c..5493b56 100755 --- a/sm/install +++ b/sm/install @@ -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/* -- cgit