diff options
author | Bea Lam <bea.lam@nokia.com> | 2010-02-11 02:05:59 (GMT) |
---|---|---|
committer | Bea Lam <bea.lam@nokia.com> | 2010-02-11 02:05:59 (GMT) |
commit | 8d8b2e46a7c0a7323ecbbbddc772fdb240d4373d (patch) | |
tree | b1643980403a48b08e72ff58cf8dc515c01a306e /tests/auto/declarative/shared/debugutil.cpp | |
parent | 6c0bdae68c9936f41934062cf80ed38cd1cc9add (diff) | |
parent | 4332bab3a2d478a0827bebdb343cc711aa70c613 (diff) | |
download | Qt-8d8b2e46a7c0a7323ecbbbddc772fdb240d4373d.zip Qt-8d8b2e46a7c0a7323ecbbbddc772fdb240d4373d.tar.gz Qt-8d8b2e46a7c0a7323ecbbbddc772fdb240d4373d.tar.bz2 |
Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml
Diffstat (limited to 'tests/auto/declarative/shared/debugutil.cpp')
-rw-r--r-- | tests/auto/declarative/shared/debugutil.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/declarative/shared/debugutil.cpp b/tests/auto/declarative/shared/debugutil.cpp index 6b6e821..677c6cd 100644 --- a/tests/auto/declarative/shared/debugutil.cpp +++ b/tests/auto/declarative/shared/debugutil.cpp @@ -169,6 +169,8 @@ int QmlDebugTest::runTests(QmlTestFactory *factory, const QList<QByteArray> &qml loop.exec(); + thread.wait(); + return data.exitCode; } |