[Piglit] [PATCH 6/8] README: Rework the list of test statuses

Jason Ekstrand jason at jlekstrand.net
Thu Jun 7 16:03:43 UTC 2018


---
 README.md | 19 +++++++------------
 1 file changed, 7 insertions(+), 12 deletions(-)

diff --git a/README.md b/README.md
index 9aebbb47d..b60770338 100644
--- a/README.md
+++ b/README.md
@@ -237,19 +237,14 @@ Have a look at the results with a browser:
 
 The summary shows the 'status' of a test:
 
- pass   This test has completed successfully.
+  - **pass:**   This test has completed successfully.
+  - **warn:**   The test completed successfully, but something unexpected happened.
+    Look at the details for more information.
+  - **fail:**   The test failed.
+  - **crash:**  The test binary exited with a non-zero exit code.
+  - **skip:**   The test was skipped.
+  - **timeout:**  The test ran longer than its allotted time and was forcibly killed.
 
- warn   The test completed successfully, but something unexpected happened.
-        Look at the details for more information.
-
- fail   The test failed.
-
- crash  The test binary exited with a non-zero exit code.
-
- skip   The test was skipped.
-
- timeout  The test ran longer than its allotted time and was forcibly killed.
-         
 
 There are also dmesg-* statuses. These have the same meaning as above, but are
 triggered by dmesg related messages.
-- 
2.17.1



More information about the Piglit mailing list