git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* perl t9700 failures?
@ 2008-06-29 19:52 Linus Torvalds
  2008-06-29 20:18 ` Junio C Hamano
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Linus Torvalds @ 2008-06-29 19:52 UTC (permalink / raw)
  To: Git Mailing List, Junio C Hamano, Lea Wiemann


Am I the only one who gets this error:

	*** t9700-perl-git.sh ***
	*   ok 1: set up test repository
	*  run 2: Perl API (perl ../t9700/test.pl)
	* FAIL 2: Perl API
	        perl ../t9700/test.pl
	* FAIL 3: no stderr: Perl API
	        perl ../t9700/test.pl
	* failed 2 among 3 test(s)

which I have no idea about, since to me perl is a black box, and doing  
run of the tests with '-i -v' doesn't actually tell any more about which 
part of the perl script is failing, or why.. Trying to run the perl thing 
by hand, though, gives me this:

	Can't locate Test/More.pm in @INC (@INC contains: ...)

which is presumably the problem. It looks like it is assuming I have the 
Test::More perl libs, which I presumably don't have, don't have any clue 
where they are, nor really any interest in installing.

Wouldn't it be a lot more polite to just not run the test when the 
Test::More stuff doesn't exist? Rather than failing the testsuite? From a 
quick "git grep", this test is the only one that uses Test::More..

		Linus

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

end of thread, other threads:[~2008-06-30  6:13 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-29 19:52 perl t9700 failures? Linus Torvalds
2008-06-29 20:18 ` Junio C Hamano
2008-06-30  1:17   ` Linus Torvalds
2008-06-29 20:23 ` Junio C Hamano
2008-06-29 22:53   ` Jakub Narebski
2008-06-29 22:56   ` Lea Wiemann
2008-06-30  6:11   ` Johannes Sixt
2008-06-29 20:32 ` [PATCH] Skip Perl interface (Git.pm) tests if requirements not fullfilled Jakub Narebski
2008-06-29 21:55 ` perl t9700 failures? Johannes Schindelin

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).