mirror of
https://github.com/mnauw/git-remote-hg.git
synced 2025-10-29 23:55: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
|
||||
|
||||
script:
|
||||
- export TEST_OPTS='-v'
|
||||
- make test
|
||||
|
||||
matrix:
|
||||
|
||||
@@ -36,6 +36,8 @@ fi
|
||||
|
||||
hg_version=$(python2 -c 'from mercurial import util; print util.version()')
|
||||
|
||||
echo "hg_version: $hg_version"
|
||||
|
||||
case $hg_version in
|
||||
3.0+*)
|
||||
skip_all='skipping remote-hg tests; unsuported version of hg by hg-git'
|
||||
|
||||
Reference in New Issue
Block a user