projects
/
platform
/
upstream
/
libsolv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f20dc41
)
add SOLVER_FLAG_NO_AUTOTARGET to testcase code
author
Michael Schroeder
<mls@suse.de>
Thu, 29 Nov 2012 12:52:12 +0000
(13:52 +0100)
committer
Michael Schroeder
<mls@suse.de>
Thu, 29 Nov 2012 12:52:12 +0000
(13:52 +0100)
ext/testcase.c
patch
|
blob
|
history
diff --git
a/ext/testcase.c
b/ext/testcase.c
index da9734c9690323b15335cd4794253650425b2f1c..74646692aa202ef5d077c84fe1c7fe6f905cb87e 100644
(file)
--- a/
ext/testcase.c
+++ b/
ext/testcase.c
@@
-93,6
+93,7
@@
static struct solverflags2str {
{ SOLVER_FLAG_NO_INFARCHCHECK, "noinfarchcheck", 0 },
{ SOLVER_FLAG_KEEP_EXPLICIT_OBSOLETES, "keepexplicitobsoletes", 0 },
{ SOLVER_FLAG_BEST_OBEY_POLICY, "bestobeypolicy", 0 },
+ { SOLVER_FLAG_NO_AUTOTARGET, "noautotarget", 0 },
{ 0, 0, 0 }
};
@@
-115,8
+116,8
@@
static struct disttype2str {
Id type;
const char *str;
} disttype2str[] = {
- { DISTTYPE_RPM, "rpm" },
- { DISTTYPE_DEB, "deb" },
+ { DISTTYPE_RPM,
"rpm" },
+ { DISTTYPE_DEB,
"deb" },
{ DISTTYPE_ARCH, "arch" },
{ 0, 0 },
};