forked from qt-creator/qt-creator
AutoTest: Add filter for interfering option
Bring GTest options and environment variables on par. Change-Id: If350fac04f965a1d493fe0cff0fe3eb8d1dddae0 Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -54,7 +54,8 @@ QStringList filterInterfering(const QStringList &provided, QStringList *omitted)
|
||||
"--gtest_stream_result_to=",
|
||||
"--gtest_break_on_failure",
|
||||
"--gtest_throw_on_failure",
|
||||
"--gtest_color="
|
||||
"--gtest_color=",
|
||||
"--gtest_print_time="
|
||||
};
|
||||
|
||||
QSet<QString> allowed = Utils::filtered(provided.toSet(), [] (const QString &arg) {
|
||||
|
Reference in New Issue
Block a user