From: José Fonseca Date: Wed, 29 Feb 2012 09:06:53 +0000 (+0000) Subject: Tweak regression testing section. X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;ds=sidebyside;h=c582fc699b811591d88534bf138bc063397a76a8;p=apitrace Tweak regression testing section. --- diff --git a/README.markdown b/README.markdown index ce00ca5..9bd0d0f 100644 --- a/README.markdown +++ b/README.markdown @@ -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