projects
/
profile
/
ivi
/
qtbase.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ffd7a3
)
Fixed typo in testcase.prf causing TESTDATA with multiple items to fail
author
Rohan McGovern
<rohan.mcgovern@nokia.com>
Wed, 23 Nov 2011 03:05:25 +0000
(13:05 +1000)
committer
Qt by Nokia
<qt-info@nokia.com>
Wed, 23 Nov 2011 03:14:02 +0000
(
04:14
+0100)
This variable was renamed from `elem' to `file' at some point in
development, but the old name was left at one place.
Change-Id: I2cda42b02a753614176b466e507e8d8d9ed80a6e
Reviewed-by: Kalle Lehtonen <kalle.ju.lehtonen@nokia.com>
mkspecs/features/testcase.prf
patch
|
blob
|
history
diff --git
a/mkspecs/features/testcase.prf
b/mkspecs/features/testcase.prf
index
b3ccbd4
..
a6b8d82
100644
(file)
--- a/
mkspecs/features/testcase.prf
+++ b/
mkspecs/features/testcase.prf
@@
-97,7
+97,7
@@
contains(INSTALLS, target) {
# ...
#
for(file, TESTDATA) {
- tdi = testdata_install_$${
elem
}
+ tdi = testdata_install_$${
file
}
tdif = $${tdi}.files
tdip = $${tdi}.path