X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=test%2Fwriter_test.cc;h=1dfc75bfc024c588c7eef1b2db86cde3db64c4d2;hb=92850afea113c10c0bdf773b22a4165673238a5a;hp=9a6541f58aa59e0e00c53da98d204bd52a367ccc;hpb=c29de33e6f8b20219a957a0cd88d61fd8cba1ad9;p=dcpomatic.git diff --git a/test/writer_test.cc b/test/writer_test.cc index 9a6541f58..1dfc75bfc 100644 --- a/test/writer_test.cc +++ b/test/writer_test.cc @@ -95,6 +95,7 @@ BOOST_AUTO_TEST_CASE (interrupt_writer) dcpomatic_sleep_seconds (1); thread.interrupt (); + thread.join (); dcpomatic_sleep_seconds (1); cl.run ();