diff options
Diffstat (limited to 'sm/test_import.sm')
-rw-r--r-- | sm/test_import.sm | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/sm/test_import.sm b/sm/test_import.sm deleted file mode 100644 index 6238aba..0000000 --- a/sm/test_import.sm +++ /dev/null @@ -1,12 +0,0 @@ -#################### -#################### - -TABLE test_finale HOST ssb - CMD dev.import RUN "test_import daily" - AFTER *:test_run_*/* - CMD dev.notify RUN "test_notify daily" - AFTER dev.import - CMD dev.sqlite_watch RUN "test_sqlite_watch" - AFTER dev.import - CMD dev.mysql_watch RUN "test_mysql_watch" - AFTER dev.import |