We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 37273ba + 841c68d commit 1d1274eCopy full SHA for 1d1274e
tests/testsuite/test.rs
@@ -35,7 +35,7 @@ fn failing_tests() {
35
...
36
test failing.md - Failing_Tests (line 3) ... FAILED
37
38
-thread 'main' panicked at failing.md:3:1:
+thread [..] panicked at failing.md:3:1:
39
fail
40
41
[TIMESTAMP] [INFO] (mdbook_driver::mdbook): Testing chapter 'Failing Include': "failing_include.md"
@@ -45,7 +45,7 @@ fail
45
46
test failing_include.md - Failing_Include (line 3) ... FAILED
47
48
-thread 'main' panicked at failing_include.md:3:1:
+thread [..] panicked at failing_include.md:3:1:
49
failing!
50
51
[TIMESTAMP] [ERROR] (mdbook_core::utils): Error: One or more tests failed
0 commit comments