diff options
author | cslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2014-10-08 10:25:32 -0400 |
---|---|---|
committer | cslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2014-10-08 10:25:32 -0400 |
commit | 58d4a597b34262c17a8de7476f7456bb27dec707 (patch) | |
tree | dc53a19a819ff49e0dc1129e91a645cbddac773c /sm/pyetc_jwst.sm | |
parent | 7d9dbf5088cfbb15a20c64254f781188b964dc41 (diff) | |
download | steuermann-58d4a597b34262c17a8de7476f7456bb27dec707.tar.gz |
update pyetc sm files to use nightly_test_runner instead of test-ppsetc
git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@1336 d34015c8-bcbb-4646-8ac8-8ba5febf221d
Diffstat (limited to 'sm/pyetc_jwst.sm')
-rw-r--r-- | sm/pyetc_jwst.sm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sm/pyetc_jwst.sm b/sm/pyetc_jwst.sm index 06aebdf..a9b2a70 100644 --- a/sm/pyetc_jwst.sm +++ b/sm/pyetc_jwst.sm @@ -3,9 +3,9 @@ TABLE run_tests HOST etcbrady - CMD prototype_prod RUN "/data1/nightly/jwst_prototype_prod/test-ppsetc -d" + CMD prototype_prod RUN "/data1/nightly/jwst_prototype_prod/nightly_test_runner -d" - CMD bnc_dev RUN "/data1/nightly/jwst_bnc_dev/test-ppsetc -d dev bnc" + CMD bnc_dev RUN "/data1/nightly/jwst_bnc_dev/nightly_test_runner -d dev bnc" AFTER prototype_prod |