Index: content/test/ct/run_ct_skps.py |
diff --git a/content/test/ct/run_ct_skps.py b/content/test/ct/run_ct_skps.py |
index f4234cf507a263c6bd862b48b526c62dc5e058f2..5d6cd5b254969d15028cad3709a91cd5eb952360 100755 |
--- a/content/test/ct/run_ct_skps.py |
+++ b/content/test/ct/run_ct_skps.py |
@@ -55,7 +55,7 @@ def main(): |
cmd.extend([ |
'--skps', skps_dir, |
'--resourcePath', resource_path, |
- '--config', '8888', |
+ '--config', '8888', 'gpu', |
borenet
2015/12/10 19:00:36
You should consider putting this in the Skia repo'
rmistry
2015/12/10 19:02:15
I'll make a note to look into that.
borenet
2015/12/10 19:03:34
Maybe after the skia recipe module can be reused w
|
'--outResultsFile', out_results_file, |
'--properties', 'gitHash', args.git_hash, |
'--key', 'arch', 'x86_64', 'compiler', 'GCC', 'cpu_or_gpu', 'CPU', |