git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Problem in our test setup
@ 2007-11-15  6:24 Johannes Schindelin
  2007-11-15  7:11 ` Junio C Hamano
  0 siblings, 1 reply; 4+ messages in thread
From: Johannes Schindelin @ 2007-11-15  6:24 UTC (permalink / raw)
  To: git

Hi,

I just realised that our test setup has a serious problem.  In my 
semi-private builtin-commit branch, there is no runstatus anymore.  Now, 
I got a new toy yesterday, and installed git on it (my fork, including 
builtin-commit), and all of a sudden tests were failing.

The failing tests were t3001 and t4001, because they call runstatus, and 
runstatus is no longer there in the builtin-commit branch.

So why did I not catch this earlier?

Because my prefix is the default prefix, which is $HOME/bin, and which is 
not turned off in the tests.  So git finds "runstatus", because it is 
still installed.

Now, things get worse if you install to /usr/bin/, which I do sometimes, 
too, because you _cannot_ remove that from the PATH.

Okay, so removing a command is not all that common, but that means that we 
have to be extra careful when we do so.

Ciao,
Dscho

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

end of thread, other threads:[~2007-11-15 17:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-15  6:24 Problem in our test setup Johannes Schindelin
2007-11-15  7:11 ` Junio C Hamano
2007-11-15 11:40   ` Johannes Schindelin
2007-11-15 17:30     ` Junio C Hamano

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