Add test for files vanishing between scan and backup

This commit is contained in:
Alexander Neumann
2015-01-14 17:43:41 +01:00
parent 7af11eaaae
commit 219c0e82bb
2 changed files with 26 additions and 1 deletions

View File

@@ -21,7 +21,7 @@ test: release debug
go test -v ./...
test/run.sh cmd/restic:cmd/dirdiff
test-%: test/test-%.sh
test-%: test/test-%.sh release debug
echo $*
test/run.sh cmd/restic:cmd/dirdiff "test/$@.sh"