| Index: tools/bots/cross-vm.py
|
| diff --git a/tools/bots/cross-vm.py b/tools/bots/cross-vm.py
|
| index 9865547e5c0cdd7e6c4c968bcf4a49e668390f4e..461123b5240d34b86b6083527e2059caad1061b2 100644
|
| --- a/tools/bots/cross-vm.py
|
| +++ b/tools/bots/cross-vm.py
|
| @@ -68,8 +68,7 @@ def target_builder(arch, mode, total_shards, shard_index):
|
| test_py = os.path.join('tools', 'test.py')
|
| test_args = [sys.executable, test_py, '--progress=line', '--report',
|
| '--time', '--compiler=none', '--runtime=vm', '--write-debug-log',
|
| - '--write-test-outcome-log', '--mode=' + mode, '--arch=' + arch,
|
| - '--exclude-suite=pkg']
|
| + '--write-test-outcome-log', '--mode=' + mode, '--arch=' + arch]
|
| if total_shards and shard_index:
|
| test_args.append('--shards=%s' % total_shards)
|
| test_args.append('--shard=%s' % shard_index)
|
|
|