Merge branch 'v2.15.x' of ssh://git.carlh.net/home/carl/git/dcpomatic into v2.15.x
[dcpomatic.git] / test / threed_test.cc
index f0ee13c9a0ea093a79556cf2b4dcda87c3515b5b..2ff09c1275296f0d830e0e096d6797c52024029a 100644 (file)
@@ -191,6 +191,13 @@ BOOST_AUTO_TEST_CASE (threed_test7)
                dcpomatic_sleep (1);
        }
 
+       while (signal_manager->ui_idle ()) {}
+
+       std::cout << "Here's the jobs:\n";
+       BOOST_FOREACH (shared_ptr<Job> i, jm->_jobs) {
+               std::cout << i->name() << " " << i->status() << " " << i->is_new() << " " << i->running() << " " << i->finished() << " " << i->finished_ok() << " " << i->finished_in_error() << "\n";
+       }
+
        BOOST_REQUIRE (jm->errors());
        shared_ptr<Job> failed;
        BOOST_FOREACH (shared_ptr<Job> i, jm->_jobs) {