aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/buildenv-change
Commit message (Collapse)AuthorAgeFilesLines
* Prefer built-in JS function in autotestsChristian Kandeler2023-02-161-1/+1
| | | | | | | contains -> includes Change-Id: I330b1ee3319399d6c59ce5a4efaf14c642ad361e Reviewed-by: Ivan Komissarov <ABBAPOH@gmail.com>
* Remove the base module import from most test data projectsJoerg Bornemann2018-06-221-2/+0
| | | | | | | | Keep the base import in blackbox/testdata/deprecated-property to ensure we don't accidentally break it. Change-Id: I790da21a7490ec9c1b0335f45e8707e7e04daa7c Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
* Clean up the scope of configure scriptsChristian Kandeler2017-11-301-1/+2
| | | | | | | | | - Remove unneeded elements from the special scope. - Do not use the special scope for evaluating the condition. - Only set up the special scope if we actually run the configure script. Change-Id: I5e288fe839213a5226dae3be768c537c2919a15b Reviewed-by: Jake Petroules <jake.petroules@qt.io>
* Re-run process commands if a relevant environment variable has changedChristian Kandeler2017-06-085-0/+21
Process commands can now declare that they are sensitive to certain environment variables. If such a variable changes its value, we invalidate the respective transformer. [ChangeLog] Added new property "relevantEnvironmentVariables" to the Command class Change-Id: Id866dc676b3b483a5d843e6125c91829f5094eba Reviewed-by: Jake Petroules <jake.petroules@qt.io>