Default --skps to ./skps

BUG=skia:
R=reed@google.com, mtklein@google.com

Author: mtklein@chromium.org

Review URL: https://codereview.chromium.org/452553002
This commit is contained in:
mtklein 2014-08-07 12:46:29 -07:00 committed by Commit bot
parent 2347b62467
commit 34580f75d8

View File

@ -44,7 +44,7 @@ DEFINE_bool(abandonGpuContext, false, "Abandon the GrContext after running each
DEFINE_bool2(single, z, false, "run tests on a single thread internally.");
DEFINE_string(skps, "", "Directory to read skps from.");
DEFINE_string(skps, "skps", "Directory to read skps from.");
DEFINE_int32(threads, SkThreadPool::kThreadPerCore,
"run threadsafe tests on a threadpool with this many threads.");