summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--coin/instructions/make_check_instructions.yaml6
-rw-r--r--coin/module_config.yaml3
-rw-r--r--tests/auto/installer/packagemanagercore/BLACKLIST2
3 files changed, 5 insertions, 6 deletions
diff --git a/coin/instructions/make_check_instructions.yaml b/coin/instructions/make_check_instructions.yaml
index a341f53b0..a2aac5dac 100644
--- a/coin/instructions/make_check_instructions.yaml
+++ b/coin/instructions/make_check_instructions.yaml
@@ -23,7 +23,7 @@ instructions:
maxTimeBetweenOutput: 120
userMessageOnFailure: "Failed to change into tests directory."
- type: ExecuteCommand
- command: "{{.InstallDir}}/bin/qmake.exe INSTALL_PREFIX={{.InstallDir}}"
+ command: "{{.InstallDir}}/bin/qmake.exe INSTALL_PREFIX={{.InstallDir}} IFW_LIB_PATH={{.InstallDir}}/lib"
maxTimeInSeconds: 600
maxTimeBetweenOutput: 600
userMessageOnFailure: "Failed running qmake, check logs."
@@ -57,7 +57,7 @@ instructions:
maxTimeBetweenOutput: 120
userMessageOnFailure: "Failed to change into tests directory."
- type: ExecuteCommand
- command: "{{.InstallDir}}/bin/qmake INSTALL_PREFIX={{.InstallDir}}"
+ command: "{{.InstallDir}}/bin/qmake INSTALL_PREFIX={{.InstallDir}} IFW_LIB_PATH={{.InstallDir}}/lib"
maxTimeInSeconds: 600
maxTimeBetweenOutput: 600
userMessageOnFailure: "Failed running qmake, check logs."
@@ -86,7 +86,7 @@ instructions:
maxTimeBetweenOutput: 120
userMessageOnFailure: "Failed to change into tests directory."
- type: ExecuteCommand
- command: "c:{{.InstallDir}}\\bin\\qmake.exe INSTALL_PREFIX={{.InstallDir}}"
+ command: "c:{{.InstallDir}}\\bin\\qmake.exe INSTALL_PREFIX={{.InstallDir}} IFW_LIB_PATH={{.InstallDir}}/lib"
maxTimeInSeconds: 600
maxTimeBetweenOutput: 600
userMessageOnFailure: "Failed running qmake, check logs."
diff --git a/coin/module_config.yaml b/coin/module_config.yaml
index d6f275b8a..c0e84c92d 100644
--- a/coin/module_config.yaml
+++ b/coin/module_config.yaml
@@ -14,9 +14,6 @@ accept_configuration:
property: features
contains_value: Packaging
- condition: property
- property: features
- contains_value: DisableTests
- - condition: property
property: configureArgs
contains_value: -static
diff --git a/tests/auto/installer/packagemanagercore/BLACKLIST b/tests/auto/installer/packagemanagercore/BLACKLIST
new file mode 100644
index 000000000..3ba5ffe5d
--- /dev/null
+++ b/tests/auto/installer/packagemanagercore/BLACKLIST
@@ -0,0 +1,2 @@
+[testDisallowRunningProcess]
+macos