ensure we get proper logs for permissions automated tests

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
This commit is contained in:
Matthieu Gallien 2024-01-24 14:29:26 +01:00 committed by Matthieu Gallien
parent 5dfeb55e0f
commit 706d9697d4

View file

@ -69,7 +69,8 @@ class TestPermissions : public QObject
private slots: private slots:
void initTestCase() void initTestCase()
{ {
OCC::Logger::instance()->setLogDebug(true); Logger::instance()->setLogFlush(true);
Logger::instance()->setLogDebug(true);
} }
void t7pl() void t7pl()