mirror of
https://github.com/mnauw/git-remote-hg.git
synced 2025-11-01 09:05:48 +01:00
Add extra verbosity
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
This commit is contained in:
@@ -12,6 +12,7 @@ before_script:
|
|||||||
- pip show hg-git dulwich
|
- pip show hg-git dulwich
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
- export TEST_OPTS='-v'
|
||||||
- make test
|
- make test
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
|
|||||||
@@ -36,6 +36,8 @@ fi
|
|||||||
|
|
||||||
hg_version=$(python2 -c 'from mercurial import util; print util.version()')
|
hg_version=$(python2 -c 'from mercurial import util; print util.version()')
|
||||||
|
|
||||||
|
echo "hg_version: $hg_version"
|
||||||
|
|
||||||
case $hg_version in
|
case $hg_version in
|
||||||
3.0+*)
|
3.0+*)
|
||||||
skip_all='skipping remote-hg tests; unsuported version of hg by hg-git'
|
skip_all='skipping remote-hg tests; unsuported version of hg by hg-git'
|
||||||
|
|||||||
Reference in New Issue
Block a user