Quieten tests a bit.
authorCarl Hetherington <cth@carlh.net>
Mon, 7 Sep 2015 14:00:36 +0000 (15:00 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 14 Sep 2015 09:21:13 +0000 (10:21 +0100)
test/test.cc

index b70e2354e9fd7a13304fd62f5393f9359b371eed..be70165e6e1e7c86107c95a5c3416fc2bca6f766 100644 (file)
@@ -295,8 +295,6 @@ wait_for_jobs ()
                dcpomatic_sleep (1);
        }
 
-       cout << "Waiting for jobs: all finished; errors=" << jm->errors() << ".\n";
-
        if (jm->errors ()) {
                int N = 0;
                for (list<shared_ptr<Job> >::iterator i = jm->_jobs.begin(); i != jm->_jobs.end(); ++i) {
@@ -318,10 +316,7 @@ wait_for_jobs ()
        signal_manager->ui_idle ();
 
        if (jm->errors ()) {
-               cout << "Dropping JobManager\n";
                JobManager::drop ();
-       } else {
-               cout << "Not dropping JobManager\n";
        }
 }