Skip to content

Commit

Permalink
Tests: Ignore remove lock file warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
hluk committed May 13, 2024
1 parent fa01bfa commit 9328b1e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/tests/tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,9 @@ bool testStderr(const QByteArray &stderrData, TestInterface::ReadStderrFlag flag

// KNotification bug
plain(R"(QtWarning: QLayout: Attempting to add QLayout "" to QWidget "", which already has a layout)"),

// Warnings from itemsync plugin, not sure what it causes
regex(R"(QtWarning: Could not remove our own lock file .* maybe permissions changed meanwhile)"),
};
static QHash<QString, bool> ignoreLog;

Expand Down

0 comments on commit 9328b1e

Please sign in to comment.