git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* 'dotest' script broken
@ 2005-06-26 21:43 Jeff Garzik
  2005-06-26 21:51 ` Linus Torvalds
  0 siblings, 1 reply; 3+ messages in thread
From: Jeff Garzik @ 2005-06-26 21:43 UTC (permalink / raw)
  To: Linus Torvalds, Git Mailing List


When I run 'dotest /g/tmp/mbox' I receive an error message

	[jgarzik@pretzel netdev-2.6]$ dotest /g/tmp/mbox
	mailinfo msg-file path-file filelist-file < email

and if you look at the dotest script, it only passes 2 args to mailinfo, 
not the 3 args that the above usage message appears to require:

for i in .dotest/*
do
         mailinfo .dotest/msg .dotest/patch < $i > .dotest/info || exit 1
	...

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-06-26 22:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-06-26 21:43 'dotest' script broken Jeff Garzik
2005-06-26 21:51 ` Linus Torvalds
2005-06-26 22:39   ` Jeff Garzik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).