aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/concurrent-executor/concurrent-executor.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/blackbox/testdata/concurrent-executor/concurrent-executor.qbs')
-rw-r--r--tests/auto/blackbox/testdata/concurrent-executor/concurrent-executor.qbs5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/auto/blackbox/testdata/concurrent-executor/concurrent-executor.qbs b/tests/auto/blackbox/testdata/concurrent-executor/concurrent-executor.qbs
index 9031890bd..99fec93f2 100644
--- a/tests/auto/blackbox/testdata/concurrent-executor/concurrent-executor.qbs
+++ b/tests/auto/blackbox/testdata/concurrent-executor/concurrent-executor.qbs
@@ -52,10 +52,7 @@ Product {
}
Rule {
inputs: ["intermediate"]
- Artifact {
- filePath: "dummy2.final"
- fileTags: ["final2"]
- }
+ outputFileTags: "final2"
prepare: {
do
Utils.sleep(6000);