From 7078311a844fe7a12b66ff6e632065d20b48b7d2 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Mon, 23 Nov 2020 18:00:42 +0000 Subject: [PATCH] compress: add integration tests --- fstest/test_all/config.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fstest/test_all/config.yaml b/fstest/test_all/config.yaml index 44a74ff46..00ed13251 100644 --- a/fstest/test_all/config.yaml +++ b/fstest/test_all/config.yaml @@ -85,6 +85,9 @@ backends: fastlist: true maxfile: 1k ## end chunker + - backend: "compress" + remote: "TestCompress:" + fastlist: false - backend: "drive" remote: "TestDrive:" fastlist: true