summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/test.cc4
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 ();
}