aboutsummaryrefslogtreecommitdiff
path: root/sm/test_import.sm
diff options
context:
space:
mode:
Diffstat (limited to 'sm/test_import.sm')
-rw-r--r--sm/test_import.sm12
1 files changed, 12 insertions, 0 deletions
diff --git a/sm/test_import.sm b/sm/test_import.sm
new file mode 100644
index 0000000..6238aba
--- /dev/null
+++ b/sm/test_import.sm
@@ -0,0 +1,12 @@
+####################
+####################
+
+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