Skip to content

Commit

Permalink
ensure we get proper logs for permissions automated tests
Browse files Browse the repository at this point in the history
Signed-off-by: Matthieu Gallien <[email protected]>
  • Loading branch information
mgallien committed Jan 24, 2024
1 parent b724221 commit 8551b4c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/testpermissions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ class TestPermissions : public QObject
private slots:
void initTestCase()
{
OCC::Logger::instance()->setLogDebug(true);
Logger::instance()->setLogFlush(true);
Logger::instance()->setLogDebug(true);
}

void t7pl()
Expand Down

0 comments on commit 8551b4c

Please sign in to comment.