diff options
| author | cslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2014-01-13 11:23:36 -0500 |
|---|---|---|
| committer | cslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2014-01-13 11:23:36 -0500 |
| commit | b5de32fd54f05e641d7111176068817d15591d44 (patch) | |
| tree | 186604b123e0e1bc2aaeeff4070555ea84b81e5a /sm_new/test_x.sm | |
| parent | 0712005ab85c6f66621091613af39cfa43f1731f (diff) | |
| download | steuermann-b5de32fd54f05e641d7111176068817d15591d44.tar.gz | |
rename sm_new/ to sm/
git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@1170 d34015c8-bcbb-4646-8ac8-8ba5febf221d
Diffstat (limited to 'sm_new/test_x.sm')
| -rw-r--r-- | sm_new/test_x.sm | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/sm_new/test_x.sm b/sm_new/test_x.sm deleted file mode 100644 index 1049423..0000000 --- a/sm_new/test_x.sm +++ /dev/null @@ -1,49 +0,0 @@ - -TABLE test_x HOST arzach banana cadeau nott jwcalibdev - - IF ssbx_test: - CMD install_x RUN "install_ssb_ureka x" - AFTER init/* - AFTER OPT test_dev/* - -TABLE test_x HOST cadeau - - IF ssbx_test: - CMD contact RUN "test_contact" - AFTER install_x - -TABLE test_x HOST arzach banana cadeau - - IF ssbx_test: - CMD test2.7.5 RUN "test_rt x 2.7.5" - AFTER install_x - AFTER cadeau: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 irafx" - AFTER *:test_x/* - - IF ssbx_test: - CMD x.expect RUN "test_expected irafx daily_latest daily" - AFTER x.import - |
