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_common.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_common.sm')
-rw-r--r-- | sm/test_common.sm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sm/test_common.sm b/sm/test_common.sm index 47bffa6..92d72e8 100644 --- a/sm/test_common.sm +++ b/sm/test_common.sm @@ -5,7 +5,13 @@ TABLE test_setup HOST herbert thor arzach bond cadeau banana # each of test_run_* says AFTER test_setup/* TABLE test_final HOST ssb + CMD notify RUN "test_notify daily" + AFTER *:test_import/* + AFTER test_final/pyetc.expect + CMD mysql_watch RUN "test_mysql_watch" AFTER OPT dev.import AFTER OPT x.import AFTER init/* + + |