Skip to content

Commit 09c999d

Browse files
committed
change number of test when test log is not found
1 parent 43ed633 commit 09c999d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/canary/scripts/push_stats_to_cloudwatch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def readXML_and_publish_metrics_to_cw():
1818
print(os.getcwd())
1919
failures = 0
2020
successes = 0
21-
tests = 1
21+
tests = 23
2222

2323
timestamp = datetime.now().strftime("%Y-%m-%dT%H:%M:%S")
2424

0 commit comments

Comments
 (0)