Skip to content

Commit 50e88cd

Browse files
Merge pull request circleci#8130 from circleci/sebastian-lerner-patch-38
more typos
2 parents 3828697 + e3b21ae commit 50e88cd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

jekyll/_cci2/rerun-failed-tests-only.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,12 +101,12 @@ Then, the next time you encounter a test failure on that job, click the "Re-run
101101
```sh
102102
Installing circleci-tests-plugin-cli plugin.
103103
circleci-tests-plugin-cli plugin Installed. Version: 1.0.5976-439c1fc
104-
DEBU[2023-05-18T22:09:08Z] Attempting to read from stdin. This will hang if no input is provided.
104+
DEBUG[2023-05-18T22:09:08Z] Attempting to read from stdin. This will hang if no input is provided.
105105
INFO[2023-06-14T23:52:50Z] received failed tests from workflow *****
106-
DEBU[2023-05-18T22:09:08Z] 2 test(s) failed out of 56 total test(s). Rerunning 1 test file(s)
107-
DEBU[2023-06-14T23:52:50Z] if all tests are being run instead of only failed tests, ensure your JUnit XML has a file or classname attribute.
106+
DEBUG[2023-05-18T22:09:08Z] 2 test(s) failed out of 56 total test(s). Rerunning 1 test file(s)
107+
DEBUG[2023-06-14T23:52:50Z] if all tests are being run instead of only failed tests, ensure your JUnit XML has a file or classname attribute.
108108
INFO[2023-05-18T22:09:08Z] starting execution
109-
DEBU[2023-05-18T22:09:08Z] Received: ****
109+
DEBUG[2023-05-18T22:09:08Z] Received: ****
110110
```
111111

112112
If you see `rerunning failed tests` present in the step's output, the functionality is configured properly. You'll also see output that shows the total number of failed tests from the original job run, the total number of

0 commit comments

Comments
 (0)