[Piglit] [PATCH 4/8] README: Remove some unneeded indentation
Jason Ekstrand
jason at jlekstrand.net
Thu Jun 7 16:03:41 UTC 2018
Extra indentation results in code blocks
---
README.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index eee613095..f363211e2 100644
--- a/README.md
+++ b/README.md
@@ -225,12 +225,12 @@ To create some nice formatted test summaries, run
$ ./piglit summary html summary/sanity results/sanity
Hint: You can combine multiple test results into a single summary.
- During development, you can use this to watch for regressions:
+During development, you can use this to watch for regressions:
$ ./piglit summary html summary/compare results/baseline results/current
- You can combine as many testruns as you want this way (in theory;
- the HTML layout becomes awkward when the number of testruns increases)
+You can combine as many testruns as you want this way (in theory;
+the HTML layout becomes awkward when the number of testruns increases)
Have a look at the results with a browser:
--
2.17.1
More information about the Piglit
mailing list