| Index: ct/isolates/run_lua.isolate
|
| diff --git a/ct/isolates/capture_skps.isolate b/ct/isolates/run_lua.isolate
|
| similarity index 83%
|
| copy from ct/isolates/capture_skps.isolate
|
| copy to ct/isolates/run_lua.isolate
|
| index 9c847c9e20e45ac152e02f9d3c07ee231e327fe4..e0a5421444e4e4efae8473448d4d58ee9aced84a 100644
|
| --- a/ct/isolates/capture_skps.isolate
|
| +++ b/ct/isolates/run_lua.isolate
|
| @@ -4,16 +4,15 @@
|
|
|
| {
|
| 'includes': [
|
| - 'py.isolate',
|
| ],
|
| 'conditions': [
|
| ['OS=="linux"', {
|
| 'variables': {
|
| 'files': [
|
| - '../../../../../bin/capture_skps',
|
| + '../../../../../bin/run_lua',
|
| ],
|
| 'command': [
|
| - '../../../../../bin/capture_skps',
|
| + '../../../../../bin/run_lua',
|
| '-logtostderr',
|
| '--start_range=<(START_RANGE)',
|
| '--num=<(NUM)',
|
|
|