From: Michael Schroeder Date: Wed, 10 Apr 2024 09:04:52 +0000 (+0200) Subject: testsolv: Add missing entries to resultflags2str X-Git-Tag: 0.7.29~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8cabc85b5f664901f2135e267bae27976b76e82c;p=thirdparty%2Flibsolv.git testsolv: Add missing entries to resultflags2str --- diff --git a/tools/testsolv.c b/tools/testsolv.c index e233cf2a..ab31fffc 100644 --- a/tools/testsolv.c +++ b/tools/testsolv.c @@ -26,6 +26,10 @@ static struct resultflags2str { { TESTCASE_RESULT_REASON, "reason" }, { TESTCASE_RESULT_CLEANDEPS, "cleandeps" }, { TESTCASE_RESULT_JOBS, "jobs" }, + { TESTCASE_RESULT_USERINSTALLED, "userinstalled" }, + { TESTCASE_RESULT_ORDER, "order" }, + { TESTCASE_RESULT_ORDEREDGES, "orderedges" }, + { TESTCASE_RESULT_PROOF, "proof" }, { 0, 0 } };