This is the mail archive of the mauve-discuss@sourceware.cygnus.com mailing list for the Mauve project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: KEYS


> From: "Qian Wei Min" <qwm@ari.ncl.omron.co.jp>
> Date: Fri, 4 Jun 1999 19:17:57 +0900
> 
> This is a multi-part message in MIME format.

Please don't do this: it discourages people from reading your mail.

> ------=_NextPart_000_0005_01BEAEBE.F450AE20
> Content-Type: text/plain;
> 	charset="gb2312"
> Content-Transfer-Encoding: 7bit
> 
> I want to use  variable 'KEYS' to select a subset of the tests.
> 
> I input : make KEYS='!java. java.lang' check
> 
> Is it right?
> 
> But the return is : java.: Event not found.
> 
> Why?

The '!' in your command is being expanded by the shell.  Try:

make KEYS='\!java. java.lang' check

Andrew.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]