projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08ce521
)
test: bump up log level for install root test
author
Lennart Poettering
<lennart@poettering.net>
Wed, 6 Apr 2016 15:49:27 +0000
(17:49 +0200)
committer
Lennart Poettering
<lennart@poettering.net>
Tue, 12 Apr 2016 11:43:31 +0000
(13:43 +0200)
src/test/test-install-root.c
patch
|
blob
|
history
diff --git
a/src/test/test-install-root.c
b/src/test/test-install-root.c
index cd250ca7b874a6608cc876c39e0a8058e25cac32..bc4206a1b0d543a53c21fb5f54d004997046c6e5 100644
(file)
--- a/
src/test/test-install-root.c
+++ b/
src/test/test-install-root.c
@@
-30,6
+30,8
@@
static void test_basic_mask_and_enable(const char *root) {
UnitFileChange *changes = NULL;
unsigned n_changes = 0;
+ log_set_max_level(LOG_DEBUG);
+
assert_se(unit_file_get_state(UNIT_FILE_SYSTEM, root, "a.service", NULL) == -ENOENT);
assert_se(unit_file_get_state(UNIT_FILE_SYSTEM, root, "b.service", NULL) == -ENOENT);
assert_se(unit_file_get_state(UNIT_FILE_SYSTEM, root, "c.service", NULL) == -ENOENT);