diff options
Diffstat (limited to 'sm/pyetc_jwst_midday.sm')
-rw-r--r-- | sm/pyetc_jwst_midday.sm | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sm/pyetc_jwst_midday.sm b/sm/pyetc_jwst_midday.sm index 0addae7..bb4a87b 100644 --- a/sm/pyetc_jwst_midday.sm +++ b/sm/pyetc_jwst_midday.sm @@ -4,9 +4,6 @@ #TABLE run_tests HOST etcbrady # # CMD prototype_prod RUN "/data1/nightly/jwst_prototype_prod/test-ppsetc -d" -# -# CMD bnc_dev RUN "/data1/nightly/jwst_bnc_dev/nightly_test_runner -d dev bnc" -# AFTER prototype_prod TABLE run_tests HOST etcdevens @@ -16,8 +13,8 @@ TABLE run_tests HOST etcdevens TABLE import_tests HOST ssb -# CMD import_brady RUN "test_import pyetc-etcbrady; test_expected etc_jwst_daily" -# AFTER *:run_tests/* + CMD import_brady RUN "test_import pyetc-etcbrady; test_expected etc_jwst_daily" + AFTER *:run_tests/* # CMD import_cartier RUN "test_import pyetc-etccartier; test_expected etc_jwst_daily" # AFTER *:run_tests/* |