Re,

oops, it works perfectly :) I just forgot to send the parameters into my
shell-script file...

Sorry for the spam :(

Regards,
Cedric Tabin

On Fri, Aug 22, 2008 at 12:00 PM, Cédric Tabin <[EMAIL PROTECTED]>wrote:

> Hello,
>
> I just see that it is possible to add JMeter properties with command line
> like :
>
> *    ./jmeter.sh -J myVariable=myValue*
>
> I try to list the properties using the following code :
>
> *    Properties p = JMeterUtils.getJMeterProperties();
>     p.list(System.out);*
>
> but 'myVariable' isn't listed :( Is that the wrong way ? How can I retrieve
> it ? I also see that there is the -D option (define a new system
> property)...
>
> Thanks & regards,
> Cedric Tabin
>

Reply via email to