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)) |