diff options
| author | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-07-03 12:56:57 -0400 |
|---|---|---|
| committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-07-03 12:57:16 -0400 |
| commit | 044e2db3b1304062ac7f9ea3b4958e05d9f28a91 (patch) | |
| tree | 8cb1f961ed23ee90f6456818015ff6af1fa78b65 /sm/test_x.sm | |
| parent | 59297fd4343716883b22603498aa043e48981dbe (diff) | |
| download | steuermann-044e2db3b1304062ac7f9ea3b4958e05d9f28a91.tar.gz | |
Initial commit of .gitignore; Delete STScI scripts
Diffstat (limited to 'sm/test_x.sm')
| -rw-r--r-- | sm/test_x.sm | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/sm/test_x.sm b/sm/test_x.sm deleted file mode 100644 index 1b4e19a..0000000 --- a/sm/test_x.sm +++ /dev/null @@ -1,48 +0,0 @@ - -TABLE test_x HOST arzach banana nott jwcalibdev cadeau - - IF ssbx_test: - CMD install_x RUN "install_ssb_ureka x" - AFTER OPT test_dev/* - -TABLE test_x HOST banana - - IF ssbx_test: - CMD contact RUN "test_contact" - AFTER install_x - -TABLE test_x HOST nott arzach banana - - IF ssbx_test: - CMD test2.7.5 RUN "test_rt x 2.7.5" - AFTER install_x - AFTER banana:test_x/contact - -TABLE test_x HOST jwcalibdev - - IF ssbx_test: - CMD jwst_contact RUN "test_contact_jwst" - AFTER install_x - - IF ssbx_test: - CMD jwst_test RUN "/data1/jwst_rt/rt x" - AFTER jwst_contact - -TABLE import_test_results HOST ssb - - IF ssbx_test: - CMD x.jwst.import RUN "test_import jwst" - AFTER jwcalibdev:test_x/jwst_test - - IF ssbx_test: - CMD x.jwst.expect RUN "test_expected jwst jwst_latest dailyjwst" - AFTER x.jwst.import - - IF ssbx_test: - CMD x.import RUN "test_import ssbx" - AFTER *:test_x/* - - IF ssbx_test: - CMD x.expect RUN "test_expected ssbx daily_latest daily" - AFTER x.import - |
