Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb114f3b

Browse files
committed
ci: Capture logging for Popen() execute statements.
+ Collect all known commands
1 parent842fb68 commitb114f3b

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

‎.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ install:
7777
build:false
7878

7979
test_script:
80-
-nosetests
80+
-nosetests -vvvs --logging-level=DEBUG
8181

8282
#on_success:
8383
# - IF "%PYTHON_VERSION%"=="3.4" (coveralls)

‎.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ script:
3131
# Make sure we limit open handles to see if we are leaking them
3232
-ulimit -n 96
3333
-ulimit -n
34-
-nosetests -v --with-coverage
34+
-nosetests -vvvs --with-coverage --logging-level=DEBUG
3535
-if [ "$TRAVIS_PYTHON_VERSION" == '3.4' ]; then flake8; fi
3636
-if [ "$TRAVIS_PYTHON_VERSION" == '3.5' ]; then cd doc && make html; fi
3737
-

‎git/cmd.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -535,6 +535,7 @@ def execute(self, command,
535535
cmd_not_found_exception=OSError
536536
# end handle
537537

538+
log.debug("Popen(%s, cwd=%s, universal_newlines=%s",command,cwd,universal_newlines)
538539
try:
539540
proc=Popen(command,
540541
env=env,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp