mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-22 13:05:51 +03:00
ensure we get proper logs for permissions automated tests
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
This commit is contained in:
parent
5dfeb55e0f
commit
706d9697d4
1 changed files with 2 additions and 1 deletions
|
@ -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()
|
||||||
|
|
Loading…
Reference in a new issue