summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Schroeder <mls@suse.de>2014-04-07 12:49:08 +0200
committerMichael Schroeder <mls@suse.de>2014-04-07 12:49:08 +0200
commit721f58c32a0d29fa6aa4f96c8a389d5cd09e5b04 (patch)
treec7e0fc14f32b638745e1c46bae7c0c04e3e50036
parent05f78a79005deadbb1ce69cbbf6219990ac74e71 (diff)
downloadlibsolv-721f58c32a0d29fa6aa4f96c8a389d5cd09e5b04.tar.gz
libsolv-721f58c32a0d29fa6aa4f96c8a389d5cd09e5b04.tar.bz2
libsolv-721f58c32a0d29fa6aa4f96c8a389d5cd09e5b04.zip
support "notbyuser" in testcases
-rw-r--r--ext/testcase.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/testcase.c b/ext/testcase.c
index ea3b5ed..70d98b3 100644
--- a/ext/testcase.c
+++ b/ext/testcase.c
@@ -58,6 +58,7 @@ static struct jobflags2str {
{ SOLVER_ORUPDATE, "orupdate" },
{ SOLVER_FORCEBEST, "forcebest" },
{ SOLVER_TARGETED, "targeted" },
+ { SOLVER_NOTBYUSER, "notbyuser" },
{ SOLVER_SETEV, "setev" },
{ SOLVER_SETEVR, "setevr" },
{ SOLVER_SETARCH, "setarch" },