mirror of
https://github.com/git/git.git
synced 2024-11-26 03:14:50 +08:00
remote-bzr: remove stale check code for tests
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>
This commit is contained in:
parent
e4f0e34c89
commit
c0e1ba4e17
@ -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 &&
|
||||
|
Loading…
Reference in New Issue
Block a user