aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl4
1 files changed, 4 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 9833b59..e1543c6 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -14,19 +14,23 @@ if (output_source)
SCHEDULE Formaline_RegisterWarnings AT wragh
{
LANG: C
+ OPTIONS: meta
} "Register to receive warnings and info messages from the flesh"
SCHEDULE Formaline_AnnounceInitial AT wragh
{
LANG: C
+ OPTIONS: global
} "Put some meta information about the current run into permanent storage"
SCHEDULE Formaline_AnnounceUpdate AT analysis
{
LANG: C
+ OPTIONS: global
} "Put some meta information about the current run into permanent storage"
SCHEDULE Formaline_AnnounceFinal AT terminate
{
LANG: C
+ OPTIONS: global
} "Put some meta information about the current run into permanent storage"