$cmd_var1 just in the first marco accessable

Hey all,

I detected that my cmd_var1 which I pass over the commandline is just accessable in the first macro. If I want to use it the first time in my second macro it is NOT_SET.

If I use cmd_var1 in my first macro it works like a charm.

Kind Regards,
Marco

I assume with second macro you mean second macro in a test suite, or?

Workaround: In the first macro, assign the value to a global variable:

store | ${cmd_var1} | globalvar1