Skip to content

Commit

Permalink
mirror.config-sample: Fixing undefined variable error
Browse files Browse the repository at this point in the history
Signed-off-by: Lucas Meneghel Rodrigues <lmr@redhat.com>


git-svn-id: svn://test.kernel.org/autotest/trunk@5359 592f7852-d20e-0410-864c-8624ca9c26a4
  • Loading branch information
lmr committed May 6, 2011
1 parent 778ee4c commit 1977b51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions client/profilers/ftrace/ftrace.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"""
import logging, os, signal, time
from autotest_lib.client.bin import profiler, utils
from autotest_lib.client.common_lib import error


class ftrace(profiler.profiler):
Expand Down
4 changes: 2 additions & 2 deletions mirror/config-sample.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,5 @@

# now register some trigger actions otherwise nothing will be done for the new
# kernel versions
trigger.add_action(trigger_module.map_action(_tests_map, 'kerntest-%s'))
trigger.add_action(trigger_module.email_action('test@test.com'))
trigger_module.trigger.add_action(trigger_module.map_action(_tests_map, 'kerntest-%s'))
trigger_module.trigger.add_action(trigger_module.email_action('test@test.com'))

0 comments on commit 1977b51

Please sign in to comment.