From: Junio C Hamano <gitster@pobox.com>
To: Felipe Contreras <felipe.contreras@gmail.com>
Cc: git@vger.kernel.org
Subject: Re: [PATCH 2/3] remote-bzr: remove stale check code for tests
Date: Mon, 01 Apr 2013 15:46:07 -0700 [thread overview]
Message-ID: <7vli91j2ds.fsf@alter.siamese.dyndns.org> (raw)
In-Reply-To: <1364850872-21135-3-git-send-email-felipe.contreras@gmail.com> (Felipe Contreras's message of "Mon, 1 Apr 2013 15:14:31 -0600")
Felipe Contreras <felipe.contreras@gmail.com> writes:
> The fastimport plugin was only required in the early stage of
> development.
OK, thanks, will queue.
>
> Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
> ---
> contrib/remote-helpers/test-bzr.sh | 14 --------------
> 1 file changed, 14 deletions(-)
>
> diff --git a/contrib/remote-helpers/test-bzr.sh b/contrib/remote-helpers/test-bzr.sh
> index 70aa8a0..5dac171 100755
> --- a/contrib/remote-helpers/test-bzr.sh
> +++ b/contrib/remote-helpers/test-bzr.sh
> @@ -17,20 +17,6 @@ if ! "$PYTHON_PATH" -c 'import bzrlib'; then
> test_done
> fi
>
> -cmd='
> -import bzrlib
> -bzrlib.initialize()
> -import bzrlib.plugin
> -bzrlib.plugin.load_plugins()
> -import bzrlib.plugins.fastimport
> -'
> -
> -if ! "$PYTHON_PATH" -c "$cmd"; then
> - echo "consider setting BZR_PLUGIN_PATH=$HOME/.bazaar/plugins" 1>&2
> - skip_all='skipping remote-bzr tests; bzr-fastimport not available'
> - test_done
> -fi
> -
> check () {
> (cd $1 &&
> git log --format='%s' -1 &&
next prev parent reply other threads:[~2013-04-01 22:46 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-01 21:14 [PATCH 0/3] remote-helpers: trivial test fixes Felipe Contreras
2013-04-01 21:14 ` [PATCH 1/3] remote-helpers: fix the run of all tests Felipe Contreras
2013-04-01 21:46 ` Antoine Pelisse
2013-04-01 23:40 ` Jeff King
2013-04-02 16:53 ` Torsten Bögershausen
2013-04-02 17:36 ` Jeff King
2013-04-03 5:53 ` Torsten Bögershausen
2013-04-03 14:57 ` Junio C Hamano
2013-04-04 15:36 ` Felipe Contreras
2013-04-01 21:14 ` [PATCH 2/3] remote-bzr: remove stale check code for tests Felipe Contreras
2013-04-01 22:46 ` Junio C Hamano [this message]
2013-04-01 21:14 ` [PATCH 3/3] remote-hg: fix hg-git test-case Felipe Contreras
2013-04-01 21:48 ` [PATCH 0/3] remote-helpers: trivial test fixes Antoine Pelisse
2013-04-01 21:56 ` Felipe Contreras
2013-04-01 22:46 ` Felipe Contreras
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=7vli91j2ds.fsf@alter.siamese.dyndns.org \
--to=gitster@pobox.com \
--cc=felipe.contreras@gmail.com \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.