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

Unified Diff: tools/android/find_annotated_tests.py

Issue 2164073002: Fix error in find annotated tests script (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/android/find_annotated_tests.py
diff --git a/tools/android/find_annotated_tests.py b/tools/android/find_annotated_tests.py
index c6b966238992af914737950163e46d0a3177c1d4..a32df0aa4714bb42b19a141d9e66fb10e46339fe 100755
--- a/tools/android/find_annotated_tests.py
+++ b/tools/android/find_annotated_tests.py
@@ -162,7 +162,7 @@ def main():
script_runtime = datetime.datetime.utcnow()
script_runtime_string = script_runtime.strftime(_EXPORT_TIME_FORMAT)
else:
- script_runtime = arguments.timestamp_string
+ script_runtime_string = arguments.timestamp_string
logging.info('Build time is %s', script_runtime_string)
apk_output_dir = os.path.abspath(os.path.join(
constants.DIR_SOURCE_ROOT, arguments.apk_output_dir))
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698