Skip to content

Commit

Permalink
Removed extra print commands from itest output
Browse files Browse the repository at this point in the history
  • Loading branch information
solarkennedy committed Nov 4, 2015
1 parent 2ae6c15 commit ac4cda2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions general_itests/steps/paasta_execute_docker_command.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,4 @@ def check_container_exec_instances(context, num):
else:
execs = container_info['ExecIDs']
print 'Container info:\n%s' % container_info
print "Number of execs %d" % len(execs)
print "Number expected: %d" % int(num)
assert len(execs) <= int(num)

0 comments on commit ac4cda2

Please sign in to comment.