commit | 8d88a6dd94bbb72171f1406acd07fa8a2b1ddcc7 | [log] [tgz] |
---|---|---|
author | mbligh <mbligh@592f7852-d20e-0410-864c-8624ca9c26a4> | Thu Feb 05 21:37:12 2009 +0000 |
committer | mbligh <mbligh@592f7852-d20e-0410-864c-8624ca9c26a4> | Thu Feb 05 21:37:12 2009 +0000 |
tree | 73915e86880ce98b4497bc5d53c0979a8a975276 | |
parent | 49f0d43b497d379a796c3f7d85620933e610582f [diff] |
Add start_time support. Signed-off-by: Justin TerAvest <teravest@google.com> git-svn-id: http://test.kernel.org/svn/autotest/trunk@2751 592f7852-d20e-0410-864c-8624ca9c26a4
diff --git a/tko/frontend.py b/tko/frontend.py index 60b6e1f..70ee2fc 100755 --- a/tko/frontend.py +++ b/tko/frontend.py
@@ -105,6 +105,7 @@ 'user' : 'job_username', 'status' : 'status_word', 'time' : 'test_finished_time', + 'start_time' : 'test_started_time', 'time_daily' : 'DATE(test_finished_time)' }