diff options
Diffstat (limited to 'sm/test_common.sm')
-rw-r--r-- | sm/test_common.sm | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/sm/test_common.sm b/sm/test_common.sm index 50b04cf..47bffa6 100644 --- a/sm/test_common.sm +++ b/sm/test_common.sm @@ -1,16 +1,11 @@ TABLE test_setup HOST herbert thor arzach bond cadeau banana CMD okify RUN "test_okify" - AFTER distribute/* + AFTER init/* # each of test_run_* says AFTER test_setup/* TABLE test_final HOST ssb - CMD import RUN "test_import daily" - AFTER *:test_run_*/* - CMD notify RUN "test_notify daily" - AFTER import - CMD sqlite_watch RUN "test_sqlite_watch" - AFTER import CMD mysql_watch RUN "test_mysql_watch" - AFTER import - + AFTER OPT dev.import + AFTER OPT x.import + AFTER init/* |