aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@digia.com>2014-05-16 15:19:17 +0200
committerJake Petroules <jake.petroules@petroules.com>2014-05-16 23:34:21 +0200
commited3606a61ed8a558724528767143c57ce63b55fe (patch)
tree3b100403b82b8dd5080ea72b481871d670202f0e /tests/auto/blackbox
parent9c1ce00019264f49554e49e752d66bd002adcd9e (diff)
fix TestBlackbox::testNodeJs
Change-Id: I95783a9ad57b7352b492a0b7712084b1bf6c1101 Reviewed-by: Christian Kandeler <christian.kandeler@digia.com> Reviewed-by: Jake Petroules <jake.petroules@petroules.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 e29df3614..fb101ef37 100644
--- a/tests/auto/blackbox/tst_blackbox.cpp
+++ b/tests/auto/blackbox/tst_blackbox.cpp
@@ -2070,7 +2070,7 @@ void TestBlackbox::testNodeJs()
params.command = QLatin1String("run");
QCOMPARE(runQbs(params), 0);
QVERIFY((bool)m_qbsStdout.contains("hello world"));
- QVERIFY(regularFileExists(buildDir + "/hello.js"));
+ QVERIFY(regularFileExists(buildDir + "/hello/hello.js"));
}
void TestBlackbox::testTypeScript()