Re: Running GCC testsuite with --param option (requires space in argument)

2015-04-28 Thread Steve Ellcey
On Tue, 2015-04-28 at 22:58 +0200, Jakub Jelinek wrote: > > I tried: > > > > export RUNTESTFLAGS='--target_board=multi-sim/--param\ foo=1' > > export RUNTESTFLAGS='--target_board=multi-sim/--param/foo=1' > > Have you tried > export RUNTESTFLAGS='--target_board=multi-sim/--param=foo=1' > ? > >

Re: Running GCC testsuite with --param option (requires space in argument)

2015-04-28 Thread Jakub Jelinek
On Tue, Apr 28, 2015 at 01:55:42PM -0700, Steve Ellcey wrote: > Has anyone run the GCC testsuite using a --param option? I am trying > to do something like: > > export RUNTESTFLAGS='--target_board=multi-sim/--param foo=1' > make check > > But the space in the '--param foo=1' option is causing d