* '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* Re: 'dotest' script broken
2005-06-26 21:43 'dotest' script broken Jeff Garzik
@ 2005-06-26 21:51 ` Linus Torvalds
2005-06-26 22:39 ` Jeff Garzik
0 siblings, 1 reply; 3+ messages in thread
From: Linus Torvalds @ 2005-06-26 21:51 UTC (permalink / raw)
To: Jeff Garzik; +Cc: Git Mailing List
On Sun, 26 Jun 2005, Jeff Garzik wrote:
>
> 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
Looks like you updated "dotest", but didn't update "mailinfo"? Why?
Especially as they come in the same package..
The new mailinfo wants just two arguments to match the new dotest.
Linus
^ 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).