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 31, 2024
1 parent 871a02f commit ead16e8
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 ead16e8

Please sign in to comment.