summaryrefslogtreecommitdiff
path: root/src/result.rs
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-01-05 08:39:37 +0000
committerLars Wirzenius <liw@liw.fi>2022-01-05 08:39:37 +0000
commit5fbd5a2ee98badc71867d2e7fce4d1429189267a (patch)
treee16886fb2e0e443d6bb02b99375c66d8f40cd96b /src/result.rs
parent945b7cb605691889cef4d81e421816e55243c95b (diff)
parentf368595170ccfe9689b7ce2da9e26454d9bd4edb (diff)
downloadobnam-benchmark-5fbd5a2ee98badc71867d2e7fce4d1429189267a.tar.gz
Merge branch 'summain-try2' into 'main'
test: be quiet unless test.py fails See merge request obnam/obnam-benchmark!5
Diffstat (limited to 'src/result.rs')
-rw-r--r--src/result.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/result.rs b/src/result.rs
index cf6c0ac..9e4119b 100644
--- a/src/result.rs
+++ b/src/result.rs
@@ -28,6 +28,9 @@ pub enum Operation {
Delete,
Backup,
Restore,
+ ManifestLive,
+ ManifestRestored,
+ CompareManiests,
}
impl Result {