On Sep 26, 2005, at 12:08 AM, Paolo Bonzini wrote:
I was missing the *back* slash.  I guess it is actually

make RUNTESTFLAGS='dg.exp=eh\\*.C'

    $ make RUNTESTFLAGS=dg.exp=eh\*.C check-g++

or

    $ make RUNTESTFLAGS='dg.exp=eh*.C' check-g++

Once you get past local shell quoting, you're ok.

Didn't you ever wonder why we use common prefixes to testsuite names? :-)

Reply via email to