ut: cli - test_add_group

This commit is contained in:
Yuming Zhu 2016-09-23 15:43:18 +00:00 committed by Mike McLean
parent cab2b2ee69
commit afe91cd3d3
2 changed files with 165 additions and 1 deletions

View file

@ -476,7 +476,6 @@ def watch_tasks(session,tasklist,quiet=False):
"""Tasks still running. You can continue to watch with the '%s watch-task' command.
Running Tasks:
%s""" % (progname, '\n'.join(tlist))
sys.stdout.flush()
rv = 1
return rv