tests: Fix unused variable in the threadpool-test

It looks like `continue_timeout` should be returned here, rather than
being set and never read. Spotted by `scan-build`.

Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
Philip Withnall 2019-10-30 15:24:08 +00:00
parent 465b4dadf3
commit 543a0c4091

View File

@ -414,7 +414,7 @@ test_check_start_and_stop (gpointer user_data)
}
run_next = FALSE;
return TRUE;
return continue_timeout;
}
if (test_number == 3) {