aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@petroules.com>2014-02-26 04:24:53 -0500
committerJake Petroules <jake.petroules@petroules.com>2014-02-26 10:55:16 +0100
commit3db9811427b737d7f116578ead054d18876c93db (patch)
treed9ef2b76d50baf86111e244a9bed201491d7c14d /tests/auto/blackbox
parentac69e0b8703512eee8791f832fc35b7253999f35 (diff)
Fix blackbox tests when used with build directory preference.
Change-Id: Icb5049d93a69393bedbeb74fb695d28d12732712 Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
Diffstat (limited to 'tests/auto/blackbox')
-rw-r--r--tests/auto/blackbox/tst_blackbox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/blackbox/tst_blackbox.cpp b/tests/auto/blackbox/tst_blackbox.cpp
index 5b63eed65..d1525b72e 100644
--- a/tests/auto/blackbox/tst_blackbox.cpp
+++ b/tests/auto/blackbox/tst_blackbox.cpp
@@ -319,7 +319,7 @@ void TestBlackbox::build_project()
QVERIFY(QFile::exists(buildGraphPath));
QVERIFY2(QFile::remove(productFileName), qPrintable(productFileName));
waitForNewTimestamp();
- QCOMPARE(runQbs(QbsRunParameters("--check-timestamps")), 0);
+ QCOMPARE(runQbs(QbsRunParameters(QStringList("--check-timestamps"))), 0);
QVERIFY2(QFile::exists(productFileName), qPrintable(productFileName));
QVERIFY(QFile::exists(buildGraphPath));
}