Revision ea0d8b70

b/qa/qa_daemon.py
65 65
  """Removes the watcher daemon's state file.
66 66

  
67 67
  """
68
  AssertCommand([
69
    "bash", "-c",
70
    "rm -vf %s" % (pathutils.WATCHER_GROUP_STATE_FILE % "*-*-*-*"),
71
    ])
68
  path = \
69
    qa_utils.MakeNodePath(qa_config.GetMasterNode(),
70
                          pathutils.WATCHER_GROUP_STATE_FILE % "*-*-*-*")
71

  
72
  AssertCommand(["bash", "-c", "rm -vf %s" % path])
72 73

  
73 74

  
74 75
def _RunWatcherDaemon():

Also available in: Unified diff