Fixed typo in testcase.prf causing TESTDATA with multiple items to fail
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>
This commit is contained in:
parent
9ffd7a339f
commit
3b88d4db6e
@ -97,7 +97,7 @@ contains(INSTALLS, target) {
|
||||
# ...
|
||||
#
|
||||
for(file, TESTDATA) {
|
||||
tdi = testdata_install_$${elem}
|
||||
tdi = testdata_install_$${file}
|
||||
tdif = $${tdi}.files
|
||||
tdip = $${tdi}.path
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user