From 6cc7359c1af897f334dab5ba455707ce0c59af9d Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 21 Jan 2019 11:06:13 +0000 Subject: Stop jobs silently failing in tests. --- test/ffmpeg_decoder_sequential_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ffmpeg_decoder_sequential_test.cc') diff --git a/test/ffmpeg_decoder_sequential_test.cc b/test/ffmpeg_decoder_sequential_test.cc index 50c96afed..892bc9e4c 100644 --- a/test/ffmpeg_decoder_sequential_test.cc +++ b/test/ffmpeg_decoder_sequential_test.cc @@ -63,7 +63,7 @@ ffmpeg_decoder_sequential_test_one (boost::filesystem::path file, float fps, int shared_ptr film = new_test_film ("ffmpeg_decoder_sequential_test_" + file.string()); shared_ptr content (new FFmpegContent(path)); film->examine_and_add_content (content); - wait_for_jobs (); + BOOST_REQUIRE (!wait_for_jobs()); film->write_metadata (); shared_ptr log (new NullLog); shared_ptr player (new Player (film, film->playlist())); -- cgit v1.2.3