зеркало из https://github.com/microsoft/git.git
Merge branch 'fc/remote-helpers-test-updates'
* fc/remote-helpers-test-updates: remote-hg: fix hg-git test-case remote-bzr: remove stale check code for tests remote-helpers: fix the run of all tests remote-bzr: avoid echo -n
This commit is contained in:
Коммит
41e9da40a8
|
@ -3,6 +3,7 @@ TESTS := $(wildcard test*.sh)
|
||||||
export T := $(addprefix $(CURDIR)/,$(TESTS))
|
export T := $(addprefix $(CURDIR)/,$(TESTS))
|
||||||
export MAKE := $(MAKE) -e
|
export MAKE := $(MAKE) -e
|
||||||
export PATH := $(CURDIR):$(PATH)
|
export PATH := $(CURDIR):$(PATH)
|
||||||
|
export TEST_LINT := test-lint-executable test-lint-shell-syntax
|
||||||
|
|
||||||
test:
|
test:
|
||||||
$(MAKE) -C ../../t $@
|
$(MAKE) -C ../../t $@
|
||||||
|
|
|
@ -17,20 +17,6 @@ if ! "$PYTHON_PATH" -c 'import bzrlib'; then
|
||||||
test_done
|
test_done
|
||||||
fi
|
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 () {
|
check () {
|
||||||
(cd $1 &&
|
(cd $1 &&
|
||||||
git log --format='%s' -1 &&
|
git log --format='%s' -1 &&
|
||||||
|
@ -136,7 +122,7 @@ test_expect_success 'special modes' '
|
||||||
(cd gitrepo &&
|
(cd gitrepo &&
|
||||||
git cat-file -p HEAD:link > ../actual) &&
|
git cat-file -p HEAD:link > ../actual) &&
|
||||||
|
|
||||||
echo -n content > expected &&
|
printf content > expected &&
|
||||||
test_cmp expected actual
|
test_cmp expected actual
|
||||||
'
|
'
|
||||||
|
|
||||||
|
|
|
@ -140,7 +140,6 @@ test_expect_success 'executable bit' '
|
||||||
git_clone_$x hgrepo-$x gitrepo2-$x &&
|
git_clone_$x hgrepo-$x gitrepo2-$x &&
|
||||||
git_log gitrepo2-$x > log-$x
|
git_log gitrepo2-$x > log-$x
|
||||||
done &&
|
done &&
|
||||||
cp -r log-* output-* /tmp/foo/ &&
|
|
||||||
|
|
||||||
test_cmp output-hg output-git &&
|
test_cmp output-hg output-git &&
|
||||||
test_cmp log-hg log-git
|
test_cmp log-hg log-git
|
||||||
|
|
Загрузка…
Ссылка в новой задаче