Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(8668)

Issue 334480043: [plaso] Explicitly surface which Python version is running our tests. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
6 years, 2 months ago by ep
Modified:
6 years, 2 months ago
Reviewers:
Joachim Metz
CC:
jberggren, romaing, onager, kiddi, log2timeline-dev_googlegroups.com, aaronp
Visibility:
Public.

Description

[plaso] Explicitly surface which Python version is running our tests.

Patch Set 1 #

Total comments: 2

Patch Set 2 : Explicitly surface which Python version is running our tests. #

Total comments: 2

Patch Set 3 : Explicitly surface which Python version is running our tests. #

Patch Set 4 : Explicitly surface which Python version is running our tests. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -0 lines) Patch
M run_tests.py View 1 2 3 2 chunks +3 lines, -0 lines 0 comments Download

Messages

Total messages: 10
ep
6 years, 2 months ago (2018-02-13 18:42:44 UTC) #1
Joachim Metz
https://codereview.appspot.com/334480043/diff/1/run_tests.py File run_tests.py (right): https://codereview.appspot.com/334480043/diff/1/run_tests.py#newcode13 run_tests.py:13: sys.stderr.write('Using Python version {0:s}\n'.format(repr(sys.version_info))) Please move into main-section and ...
6 years, 2 months ago (2018-02-13 22:08:28 UTC) #2
ep
Code updated.
6 years, 2 months ago (2018-02-13 22:30:10 UTC) #3
ep
Actually my main goal with this change was to trigger a Travis log with this ...
6 years, 2 months ago (2018-02-13 22:33:14 UTC) #4
Joachim Metz
https://codereview.appspot.com/334480043/diff/20001/run_tests.py File run_tests.py (right): https://codereview.appspot.com/334480043/diff/20001/run_tests.py#newcode17 run_tests.py:17: print('Using Python version {0}'.format(sys.version), file=sys.stderr) per style guide use ...
6 years, 2 months ago (2018-02-14 06:08:50 UTC) #5
ep
Code updated.
6 years, 2 months ago (2018-02-14 11:14:42 UTC) #6
ep
https://codereview.appspot.com/334480043/diff/20001/run_tests.py File run_tests.py (right): https://codereview.appspot.com/334480043/diff/20001/run_tests.py#newcode17 run_tests.py:17: print('Using Python version {0}'.format(sys.version), file=sys.stderr) On 2018/02/14 06:08:50, Joachim ...
6 years, 2 months ago (2018-02-14 11:16:02 UTC) #7
ep
Code updated.
6 years, 2 months ago (2018-02-14 11:56:52 UTC) #8
Joachim Metz
LGTM, I'll merge this later
6 years, 2 months ago (2018-02-14 15:06:11 UTC) #9
Joachim Metz
6 years, 2 months ago (2018-02-14 20:30:17 UTC) #10
Changes have been merged with master branch. To close the review and clean up
the feature branch you can run: review.py close py2or3
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b