diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-05-08 09:56:50 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-05-08 09:56:50 +0100 |
| commit | 9ede46d1aff8c213f45dd140b29c315e82cd5e4b (patch) | |
| tree | 1e844fb256a50f94612d359d95d4551d1de98d40 | |
| parent | 0463cc5d09fd759a8ec3e40560ab8fd31c369876 (diff) | |
Fix excessive errors in tests when one job fails.
| -rw-r--r-- | test/test.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test.cc b/test/test.cc index 2620800bc..e4461ea62 100644 --- a/test/test.cc +++ b/test/test.cc @@ -304,9 +304,9 @@ wait_for_jobs () } } } - - BOOST_CHECK (!jm->errors()); + /* Discard all jobs so we lose any we just reported an error in */ + JobManager::drop (); ui_signaller->ui_idle (); } |
