Re: Running testsuite with extra --param argument

2005-11-25 Thread Kean Johnston
Not sure if it will work by try make check RUNBTESTFLAGS="--target_board 'unix{, --param foo=blah}'" Actuallt that runs the suites twice. Once with no extra args, once with --param foo=blah. If you only want to run it once try removing the leading comma. Thus: make check RUNBTESTFLAGS="--target

Re: Running testsuite with extra --param argument

2005-11-25 Thread Kean Johnston
Richard Guenther wrote: I wonder what magic is required to run the testsuite with an extra --param foo=blah argument. Just using RUNTESTFLAGS="--target-board=unix/--param foo=blah" fails because of the space, trying to be clever and doing RUNTESTFLAGS="--target-board=unix/--param/foo=blah" r

Running testsuite with extra --param argument

2005-11-25 Thread Richard Guenther
I wonder what magic is required to run the testsuite with an extra --param foo=blah argument. Just using RUNTESTFLAGS="--target-board=unix/--param foo=blah" fails because of the space, trying to be clever and doing RUNTESTFLAGS="--target-board=unix/--param/foo=blah" results in --param -mfoo b