aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/probes-and-array-properties/modules/mymodule/mymodule.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/blackbox/testdata/probes-and-array-properties/modules/mymodule/mymodule.qbs')
-rw-r--r--tests/auto/blackbox/testdata/probes-and-array-properties/modules/mymodule/mymodule.qbs8
1 files changed, 1 insertions, 7 deletions
diff --git a/tests/auto/blackbox/testdata/probes-and-array-properties/modules/mymodule/mymodule.qbs b/tests/auto/blackbox/testdata/probes-and-array-properties/modules/mymodule/mymodule.qbs
index 6479bdfac..e5c368a88 100644
--- a/tests/auto/blackbox/testdata/probes-and-array-properties/modules/mymodule/mymodule.qbs
+++ b/tests/auto/blackbox/testdata/probes-and-array-properties/modules/mymodule/mymodule.qbs
@@ -1,5 +1,3 @@
-import qbs
-
Module {
Probe {
id: propProbe
@@ -15,11 +13,7 @@ Module {
Rule {
multiplex: true
- alwaysRun: true
- Artifact {
- filePath: "dummy"
- fileTags: ["the-output"]
- }
+ outputFileTags: "the-output"
prepare: {
var cmd = new JavaScriptCommand();
cmd.description = "generating dummy";