Refactor debug into debug module

This commit is contained in:
Alexander Neumann
2015-01-14 22:08:48 +01:00
parent bcb19c811b
commit 25a214809b
18 changed files with 318 additions and 238 deletions
+3 -1
View File
@@ -97,6 +97,8 @@ done
if [ -n "$failed" ]; then
err "failed tests: ${failed}"
msg "bash version: $(bash --version)"
msg "restic versions:"
run restic version
run restic.debug version
exit 1
fi