2018-05-22
| ||
17:30 | • New ticket [d9c4f6e711] broken wildcard target value binding when value uses [system #{getenv .... artifact: cbd77f0db0 user: bjbarcla | |
Ticket Hash: | d9c4f6e711ec6985de0bae4363c1fa6d90bfde77 | |||
Title: | broken wildcard target value binding when value uses [system #{getenv ... | |||
Status: | Open | Type: | Code_Defect | |
Severity: | Important | Priority: | ||
Subsystem: | Resolution: | |||
Last Modified: | 2018-05-22 17:30:56 | |||
Version Found In: | 1.6511 | |||
Description: | ||||
Example problem:
from runconfigs.config:
[full]
...
/.*/
THINGS_LIST [system #{getenv THING_ORACLE_EXE} listem]
OKSTUFF hello
% megatest -showrunconfig THINGS_LIST expected_value OKSTUFF hello % megatest -showrunconfig -target full OKSTUFF hello **THINGS_LIST does not appear** |