diff options
author | mbligh <mbligh@592f7852-d20e-0410-864c-8624ca9c26a4> | 2008-05-15 17:51:54 +0000 |
---|---|---|
committer | mbligh <mbligh@592f7852-d20e-0410-864c-8624ca9c26a4> | 2008-05-15 17:51:54 +0000 |
commit | c0cdb7db5553f811d1b33625e2748f1d9fca891d (patch) | |
tree | 05a62dc008643e968e10a7d0b132bb478662e843 | |
parent | 1862701469ff34f54d849475edc2782360b10de8 (diff) |
Considering that machine_benchmark.cgi does not create full blown html,
make sure that mouse hovering feature in display.py is turned off
Signed-off-by: Vladimir Samarskiy <vsamarsk@google.com>
git-svn-id: svn://test.kernel.org/autotest/trunk@1517 592f7852-d20e-0410-864c-8624ca9c26a4
-rwxr-xr-x | tko/machine_benchmark.cgi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tko/machine_benchmark.cgi b/tko/machine_benchmark.cgi index 0c7bc7d9..123211cf 100755 --- a/tko/machine_benchmark.cgi +++ b/tko/machine_benchmark.cgi @@ -18,6 +18,8 @@ benchmark_key = { def main(): display.print_main_header() + ## it is table only; mouse hovering off + display.set_brief_mode() rows = db.select('test', 'tests', {}, distinct = True) benchmarks = [] |