commit | 70b91181b0f3e842f5fae69309b0dc84ed470e7d | [log] [tgz] |
---|---|---|
author | Clemenz Portmann <portmannc@google.com> | Mon Jan 07 15:22:17 2019 -0800 |
committer | Clemenz Portmann <portmannc@google.com> | Mon Jan 07 15:22:17 2019 -0800 |
tree | 3df23bf01d2564c763a84d46a343db9b4d4623cd | |
parent | 70a96608de84ee256f93c106f7de9a6eb0525199 [diff] [blame] |
ITS: cleanup print statement in tools/run_parallel_tests.py bug: 121220338 Merged-In: Idec89ba8f6c2f32a114d5f60e3517df65da6fa13 Change-Id: I8fb3390873461074c6aab2925fad6839811126e4
diff --git a/apps/CameraITS/tools/run_parallel_tests.py b/apps/CameraITS/tools/run_parallel_tests.py index 902eaba..cdba01e 100644 --- a/apps/CameraITS/tools/run_parallel_tests.py +++ b/apps/CameraITS/tools/run_parallel_tests.py
@@ -63,7 +63,7 @@ if scenes is None: scenes = auto_scenes - print ">>> Start the at %s" % time.strftime('%Y/%m/%d %H:%M:%S') + print ">>> Start the test at %s" % time.strftime('%Y/%m/%d %H:%M:%S') for scene in scenes: cmds = [] cmds.append(build_cmd(device0_id, chart_host_id, device1_id, 0, scene))