summaryrefslogtreecommitdiff
path: root/subplot/client.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'subplot/client.yaml')
-rw-r--r--subplot/client.yaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/subplot/client.yaml b/subplot/client.yaml
index e526304..db55679 100644
--- a/subplot/client.yaml
+++ b/subplot/client.yaml
@@ -15,3 +15,12 @@
- then: "generation list contains <{gen_id}>"
function: generation_list_contains
+
+- then: "file {filename} was backed up because it was new"
+ function: file_was_new
+
+- then: "file {filename} was backed up because it was changed"
+ function: file_was_changed
+
+- then: "file {filename} was not backed up because it was unchanged"
+ function: file_was_unchanged