Throw exceptions when Hints thread fails in tests.
authorCarl Hetherington <cth@carlh.net>
Fri, 3 Jun 2022 09:48:14 +0000 (11:48 +0200)
committerCarl Hetherington <cth@carlh.net>
Tue, 7 Jun 2022 15:01:06 +0000 (17:01 +0200)
test/hints_test.cc

index bc858192dc6f33876a82adc61603d81677727c5c..daf12d1bcd388eb181fbae5c71fe9e9a306843e4 100644 (file)
@@ -63,6 +63,7 @@ get_hints (shared_ptr<Film> film)
        hints.start ();
        hints.join ();
        while (signal_manager->ui_idle()) {}
+       hints.rethrow();
        return current_hints;
 }