diff options
author | Luca Boccassi <bluca@debian.org> | 2022-03-09 03:08:15 +0100 |
---|---|---|
committer | Luca Boccassi <bluca@debian.org> | 2022-03-09 03:08:25 +0100 |
commit | 4c0ab40ab8e173062db0d36a6007a047deb5abde (patch) | |
tree | 9ee066936dab484736cc0aca62d360d79fa1c4f5 /test/units | |
parent | core: create parent directory for mount point of ExtensionDirectories (diff) | |
download | systemd-4c0ab40ab8e173062db0d36a6007a047deb5abde.tar.xz systemd-4c0ab40ab8e173062db0d36a6007a047deb5abde.zip |
test: set log level of user manager in TEST-43 to debug
Diffstat (limited to 'test/units')
-rwxr-xr-x | test/units/testsuite-43.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/units/testsuite-43.sh b/test/units/testsuite-43.sh index 9c0f93b518..3efe419377 100755 --- a/test/units/testsuite-43.sh +++ b/test/units/testsuite-43.sh @@ -15,6 +15,8 @@ runas() { runas testuser systemd-run --wait --user --unit=test-private-users \ -p PrivateUsers=yes -P echo hello +runas testuser systemctl --user log-level debug + runas testuser systemd-run --wait --user --unit=test-private-tmp-innerfile \ -p PrivateUsers=yes -p PrivateTmp=yes \ -P touch /tmp/innerfile.txt |