diff options
author | sienkiew <sienkiew@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2012-02-20 17:50:08 -0500 |
---|---|---|
committer | sienkiew <sienkiew@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2012-02-20 17:50:08 -0500 |
commit | 05704c2b7e66cffa8f5730c005fcb913a69e421d (patch) | |
tree | 9e05538f5a1dee75e45dd1c57bdd01b76b55f480 /sm/test_x.sm | |
parent | b9071dc0e7f39ff782e10b1eb67d1960a42fbaaa (diff) | |
download | steuermann-05704c2b7e66cffa8f5730c005fcb913a69e421d.tar.gz |
reorg of tests
git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@552 d34015c8-bcbb-4646-8ac8-8ba5febf221d
Diffstat (limited to 'sm/test_x.sm')
-rw-r--r-- | sm/test_x.sm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sm/test_x.sm b/sm/test_x.sm index 2f585b9..f92e103 100644 --- a/sm/test_x.sm +++ b/sm/test_x.sm @@ -16,9 +16,9 @@ TABLE test_run_x HOST arzach AFTER stamp/x AFTER test2.7 -TABLE test_final HOST ssb - CMD x.import RUN "test_import daily" +TABLE test_import HOST ssb + CMD x.import RUN "test_import irafx" AFTER *:test_run_x/* - CMD x.notify RUN "test_notify daily" - AFTER x.import + CMD x.expect RUN "test_expected irafx" + AFTER test_import/x.import |