Skip to content

Commit

Permalink
remote-bzr: remove stale check code for tests
Browse files Browse the repository at this point in the history
The fastimport plugin was only required in the early stage of
development.

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Felipe Contreras authored and Junio C Hamano committed Apr 4, 2013
1 parent e4f0e34 commit c0e1ba4
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions contrib/remote-helpers/test-bzr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 &&
Expand Down

0 comments on commit c0e1ba4

Please sign in to comment.