X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=test%2Fwriter_test.cc;h=1dfc75bfc024c588c7eef1b2db86cde3db64c4d2;hb=8f955150ff2b642109552dd234089f9a038bb3d6;hp=9a6541f58aa59e0e00c53da98d204bd52a367ccc;hpb=94695fc3214917ad7310af36270ce1e0b88cdfa3;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 ();