diff options
author | José Fonseca <jose.r.fonseca@gmail.com> | 2012-11-21 08:58:42 +0000 |
---|---|---|
committer | José Fonseca <jose.r.fonseca@gmail.com> | 2012-11-21 08:58:42 +0000 |
commit | d7a4487ca3354de7603dee23eb0892b8467a6464 (patch) | |
tree | 2e7aad092a4a033eee1ac9c08f6a58b1fd40441c /README.markdown | |
parent | df8c819e1e00ee89b2c62f81e5c97ffe919f17b8 (diff) |
cli: Auto-detect retrace for dump-images too.
Diffstat (limited to 'README.markdown')
-rw-r--r-- | README.markdown | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.markdown b/README.markdown index eb0945b5..4e596cc1 100644 --- a/README.markdown +++ b/README.markdown @@ -373,7 +373,7 @@ These are the steps to create a regression test-suite around **apitrace**: * obtain reference snapshots, by doing on a reference system: mkdir /path/to/reference/snapshots/ - glretrace -s /path/to/reference/snapshots/ application.trace + apitrace dump-images -o /path/to/reference/snapshots/ application.trace * prune the snapshots which are not interesting @@ -383,7 +383,7 @@ 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/test/snapshots/ application.trace + apitrace dump-images -o /path/to/test/snapshots/ application.trace apitrace diff-images --output summary.html /path/to/reference/snapshots/ /path/to/test/snapshots/ |