| commit | a7a9f37a3195e8efa1571a3707457c26e2f896a9 | [log] [tgz] |
|---|---|---|
| author | mtklein@google.com <mtklein@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Fri Oct 18 20:52:44 2013 +0000 |
| committer | mtklein@google.com <mtklein@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Fri Oct 18 20:52:44 2013 +0000 |
| tree | 4f2b8a61c70403f298d8ef59f6dd3033661cc83f | |
| parent | 59fd223870fa15c87cfae29ca3693c969481c6ee [diff] [blame] |
DM: add --writePath For fun, make the output prettier, hiding ", N failures" unless there is one. BUG= R=bsalomon@google.com Review URL: https://codereview.chromium.org/29293003 git-svn-id: http://skia.googlecode.com/svn/trunk@11867 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/dm/DMReplayTask.cpp b/dm/DMReplayTask.cpp index e5f392c..0d6780e 100644 --- a/dm/DMReplayTask.cpp +++ b/dm/DMReplayTask.cpp
@@ -51,4 +51,4 @@ fGM->getFlags() & skiagm::GM::kSkipPicture_Flag; } -} // namespace +} // namespace DM