diff options
author | Rhys Kidd <rhyskidd@gmail.com> | 2017-07-26 21:26:41 -0400 |
---|---|---|
committer | Rhys Kidd <rhyskidd@gmail.com> | 2017-10-03 23:23:37 -0400 |
commit | 100e0df2dd374f83409ab8a795b564af37f9f125 (patch) | |
tree | c0c8830b7d91393a472e4f9f084b9792450af5d6 /README | |
parent | ec36daaaee7d467dc866fb11276e6c365feeefa8 (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>
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |