]> git.cworth.org Git - apitrace/commitdiff
Tweak regression testing section.
authorJosé Fonseca <jose.r.fonseca@gmail.com>
Wed, 29 Feb 2012 09:06:53 +0000 (09:06 +0000)
committerJosé Fonseca <jose.r.fonseca@gmail.com>
Wed, 29 Feb 2012 09:06:53 +0000 (09:06 +0000)
README.markdown

index ce00ca5d123ee39e49bc30337559ab13ad437500..9bd0d0fc7ca9c0b1d72cb4749b3cf8dff442171b 100644 (file)
@@ -233,13 +233,11 @@ These are the steps to create a regression test-suite around **apitrace**:
 
 * obtain a trace
 
-* obtain reference snapshots, by doing:
+* obtain reference snapshots, by doing on a reference system:
 
-        mkdir /path/to/snapshots/
+        mkdir /path/to/reference/snapshots/
         glretrace -s /path/to/reference/snapshots/ application.trace
 
-  on reference system.
-
 * prune the snapshots which are not interesting
 
 * to do a regression test, do:
@@ -248,8 +246,8 @@ These are the steps to create a regression test-suite around **apitrace**:
 
   Alternatively, for a HTML summary, use `apitrace diff-images`:
 
-        glretrace -s /path/to/current/snapshots/ application.trace
-        apitrace diff-images --output summary.html /path/to/reference/snapshots/ /path/to/current/snapshots/
+        glretrace -s /path/to/test/snapshots/ application.trace
+        apitrace diff-images --output summary.html /path/to/reference/snapshots/ /path/to/test/snapshots/
 
 
 Automated git-bisection