Skip to content

Commit 54976de

Browse files
committed
print try number
1 parent 8afea33 commit 54976de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

container_registry/container_analysis/samples_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,8 @@ def test_pubsub(self):
163163
samples.delete_occurrence(basename(occ.name), PROJECT_ID)
164164
sleep(SLEEP_TIME)
165165
final_count = receiver.msg_count
166-
print('done. msg_count = {}'.format(final_count))
167-
success = final_count == total_created
166+
print('try {} done. msg_count = {}'.format(tries, final_count))
167+
success = (final_count == total_created)
168168
assert final_count == total_created
169169
# clean up
170170
client.delete_subscription(subscription_name)

0 commit comments

Comments
 (0)