From 94636bd0e4ee83f53562f40175775e007274fa2f Mon Sep 17 00:00:00 2001 From: Tobias Fella Date: Sat, 14 Dec 2024 10:45:52 +0100 Subject: [PATCH] ?!? --- quotest/quotest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quotest/quotest.cpp b/quotest/quotest.cpp index 0190bbda..63a847d8 100644 --- a/quotest/quotest.cpp +++ b/quotest/quotest.cpp @@ -972,7 +972,7 @@ void TestManager::finalize(const QString& lastWords) : static_cast(failed.size() + running.size()); qWarning() << "Finished" << testSuite << succeeded.size() << failed.size() << running.size() << result; clog << lastWords.toStdString() << endl; - QCoreApplication::exit(result); + QCoreApplication::exit(result == 0 ? 0 : result); }); }