summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRhys Kidd <rhyskidd@gmail.com>2017-07-26 21:26:41 -0400
committerRhys Kidd <rhyskidd@gmail.com>2017-10-03 23:23:37 -0400
commit100e0df2dd374f83409ab8a795b564af37f9f125 (patch)
treec0c8830b7d91393a472e4f9f084b9792450af5d6
parentec36daaaee7d467dc866fb11276e6c365feeefa8 (diff)
README: Make initial smoke tests steps internally consistent
No other stage of the suggested initial sanity.py test or other tests uses a folder structure with *.results. Use a consistent naming approach throughout the initial README to make initial setup clearer. Signed-off-by: Rhys Kidd <rhyskidd@gmail.com> Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index c8ed429e8..4de92b8ce 100644
--- a/README
+++ b/README
@@ -229,12 +229,12 @@ See also section 4.
To create some nice formatted test summaries, run
- $ ./piglit summary html summary/sanity results/sanity.results
+ $ ./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:
- $ ./piglit summary html summary/compare results/baseline.results results/current.results
+ $ ./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)