summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraxis <qt-info@nokia.com>2011-03-22 09:19:46 +0100
committeraxis <qt-info@nokia.com>2011-04-27 12:06:02 +0200
commit0cdec327f2f3d870221c5a4cb2a8b1bd38831bef (patch)
tree2761f54ba344d4154e6d1c3ea7f8e3be167d25dd
parent74511a84ee287a24c7e6f8f7691f50585134d96b (diff)
Fixed maketestselftest after guiapplauncher was made a global test.
-rw-r--r--tests/auto/maketestselftest/tst_maketestselftest.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/auto/maketestselftest/tst_maketestselftest.cpp b/tests/auto/maketestselftest/tst_maketestselftest.cpp
index 8ed8cb88d0..9fbfd5a2c6 100644
--- a/tests/auto/maketestselftest/tst_maketestselftest.cpp
+++ b/tests/auto/maketestselftest/tst_maketestselftest.cpp
@@ -148,7 +148,8 @@ void tst_MakeTestSelfTest::tests_pro_files_data()
foreach (const QString& subdir, subdirs) {
if (subdir == QString::fromLatin1("tmp")
- || subdir.startsWith("."))
+ || subdir.startsWith(".")
+ || !dir.exists(subdir + "/" + subdir + ".pro"))
{
continue;
}