diff options
| -rw-r--r-- | test/writer_test.cc | 1 |
1 files changed, 1 insertions, 0 deletions
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 (); |
