test bower dependencies

This commit is contained in:
Alan Hamlett 2015-09-08 15:48:28 -07:00
parent 8aa20da2f1
commit 9884eea311
15 changed files with 166 additions and 85 deletions

View file

@ -426,7 +426,8 @@ def execute(argv=None):
kwargs['stats'] = stats
kwargs['hostname'] = args.hostname or socket.gethostname()
if send_heartbeat(**kwargs):
rv = send_heartbeat(**kwargs)
if rv:
queue = Queue()
while True:
heartbeat = queue.pop()