Skip to content
  • Ian Lynagh's avatar
    Catch any uncaught exceptions in test_common_work · f2f3b142
    Ian Lynagh authored
    Before, the testsuite just printed
        Unhandled exception in thread started by <function test_common_thread at 0x188bde8>
        [...]
    and carried on when using multiple threads, whereas it would just fall
    over in single-threaded mode.
    f2f3b142