forked from qt-creator/qt-creator
Tests: Fix dumper execution on macOS
macOS may print warnings on stderr when running qmake which in turn stops the test before starting to build. Change-Id: I01750e984916b3e16f5d5737e44cd5a2c6e0433b Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -1648,7 +1648,7 @@ void tst_Dumpers::dumper()
|
||||
|
||||
if (data.allProfile.isEmpty()) { // Nim...
|
||||
if (!error.isEmpty()) {
|
||||
qDebug() << error; QVERIFY(false);
|
||||
qDebug() << error; QVERIFY(qmake.exitCode() == 0);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user