From 6639b17500aa430e438688a6e820e9619c7e8dcd Mon Sep 17 00:00:00 2001 From: Marc Di Luzio Date: Sun, 12 May 2019 12:59:59 +0100 Subject: [PATCH] Make the multithreaded ioprio tests not cause a full failure --- daemon/gamemode-tests.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/daemon/gamemode-tests.c b/daemon/gamemode-tests.c index 42d16ec..883f030 100644 --- a/daemon/gamemode-tests.c +++ b/daemon/gamemode-tests.c @@ -874,9 +874,9 @@ static int game_mode_run_feature_tests(struct GameModeConfig *config) else if (iopriostatus == 0) LOG_MSG("::: Passed\n"); else { - LOG_MSG("::: Failed!\n"); - // Ioprio should be expected to work, if set - status = -1; + LOG_MSG( + "::: Failed! (known: https://github.com/FeralInteractive/gamemode/issues/140)\n"); + status = 1; } }