Explorar o código

Merge pull request #5375 from ThomasWaldmann/improve-self-test-msg-master

if self test fails, also point to OS and hardware, fixes #5334
TW %!s(int64=4) %!d(string=hai) anos
pai
achega
7fb64dc75f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/borg/selftest.py

+ 1 - 1
src/borg/selftest.py

@@ -72,7 +72,7 @@ def selftest(logger):
                      successful_tests, SELFTEST_COUNT)
     if not result.wasSuccessful() or count_mismatch:
         logger.error("self test failed\n"
-                     "This is a bug either in Borg or in the package / distribution you use.")
+                     "Could be a bug either in Borg, the package / distribution you use, your OS or your hardware.")
         sys.exit(2)
         assert False, "sanity assertion failed: ran beyond sys.exit()"
     selftest_elapsed = time.perf_counter() - selftest_started