summaryrefslogtreecommitdiff
path: root/src/test/test-install-root.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2016-04-06 17:49:27 +0200
committerLennart Poettering <lennart@poettering.net>2016-04-12 13:43:31 +0200
commit198402d3c9d9b92d6a5e9bca70693011108914e0 (patch)
tree5e47e1040ede464b15ffc714fddbba4df6ac4c28 /src/test/test-install-root.c
parent08ce521fb2546921f2642bef067d2cc02158b121 (diff)
test: bump up log level for install root test
Diffstat (limited to 'src/test/test-install-root.c')
-rw-r--r--src/test/test-install-root.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/test-install-root.c b/src/test/test-install-root.c
index cd250ca7b8..bc4206a1b0 100644
--- 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);