aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@digia.com>2014-01-13 17:57:59 +0100
committerJoerg Bornemann <joerg.bornemann@digia.com>2014-01-13 18:04:11 +0100
commit1bd973e88639588de56b88835670915642481020 (patch)
treeb6e3641ef2e75937ca16238010bbda3b2db4b052 /tests/auto/blackbox
parent81af9acaa295a574c1cb5e6714725197dac7f530 (diff)
parentfce20ac83943d94e3bd465c41b03bd1e5d0c756f (diff)
Merge remote-tracking branch 'origin/1.1'
Diffstat (limited to 'tests/auto/blackbox')
-rw-r--r--tests/auto/blackbox/tst_blackbox.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/auto/blackbox/tst_blackbox.cpp b/tests/auto/blackbox/tst_blackbox.cpp
index 4b1e4f6f6..5e4f34119 100644
--- a/tests/auto/blackbox/tst_blackbox.cpp
+++ b/tests/auto/blackbox/tst_blackbox.cpp
@@ -261,7 +261,8 @@ void TestBlackbox::build_project()
QVERIFY2(QFile::exists(productFileName), qPrintable(productFileName));
QVERIFY(QFile::exists(buildGraphPath));
QVERIFY2(QFile::remove(productFileName), qPrintable(productFileName));
- QCOMPARE(runQbs(), 0);
+ waitForNewTimestamp();
+ QCOMPARE(runQbs(QbsRunParameters("--check-timestamps")), 0);
QVERIFY2(QFile::exists(productFileName), qPrintable(productFileName));
QVERIFY(QFile::exists(buildGraphPath));
}