Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(526)

Side by Side Diff: cli/atest

Issue 6246035: Merge remote branch 'cros/upstream' into master (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/autotest.git@master
Patch Set: patch Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « .gitignore ('k') | cli/job.py » ('j') | cli/job.py » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #!/usr/bin/python -u 1 #!/usr/bin/python -u
2 2
3 import base64, sys 3 import sys
4
5 import common 4 import common
6 from autotest_lib.cli import atest 5 from autotest_lib.cli import atest
7 6
8 7
9 sys.exit(atest.main()) 8 sys.exit(atest.main())
OLDNEW
« no previous file with comments | « .gitignore ('k') | cli/job.py » ('j') | cli/job.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698