mirror of
https://github.com/octoleo/restic.git
synced 2025-02-05 13:28:25 +00:00
Use the logging methods from testing.TB to make use of tb.Helper(). This allows the tests to log the filename and line number in which the test helper was called. Previously the test helper was logged which is rarely useful.