From: Johannes Schindelin <Johannes.Schindelin@gmx.de>
To: git@vger.kernel.org
Subject: Problem in our test setup
Date: Thu, 15 Nov 2007 06:24:48 +0000 (GMT) [thread overview]
Message-ID: <Pine.LNX.4.64.0711150618300.4362@racer.site> (raw)
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
next reply other threads:[~2007-11-15 6:25 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-11-15 6:24 Johannes Schindelin [this message]
2007-11-15 7:11 ` Problem in our test setup Junio C Hamano
2007-11-15 11:40 ` Johannes Schindelin
2007-11-15 17:30 ` Junio C Hamano
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=Pine.LNX.4.64.0711150618300.4362@racer.site \
--to=johannes.schindelin@gmx.de \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).