In the latest version I run a log.info(’${testn}’)
I get the test number correctly. However when I use it as part of a command it fails:
no such file …${testn}…
It seems to send the variable name instead of the value. This appears different in the latest version and may be related to ES6.
How to fix?