| OLD | NEW |
| 1 URL: https://github.com/google/gtest-parallel | 1 URL: https://github.com/google/gtest-parallel |
| 2 Version: c92430945e14bdf22237e551b21123594e2c4043 | 2 Version: 829958e96a905d1f420e4021e9ae0f077419a8e5 |
| 3 License: Apache 2.0 | 3 License: Apache 2.0 |
| 4 License File: LICENSE | 4 License File: LICENSE |
| 5 | 5 |
| 6 Description: | 6 Description: |
| 7 Parallelization script for gtest binaries. | 7 Parallelization script for gtest binaries. |
| 8 | 8 |
| 9 Local Modifications: | 9 Local Modifications: |
| 10 Added gtest-parallel-wrapper.py to convert the GTEST_SHARD_INDEX and | 10 Added gtest-parallel-wrapper.py to convert the GTEST_SHARD_INDEX and |
| 11 GTEST_TOTAL_SHARDS environment variables to flags, since gtest-parallel takes | 11 GTEST_TOTAL_SHARDS environment variables to flags, since gtest-parallel takes |
| 12 flags as arguments, and delete them afterwards, since letting them set | 12 flags as arguments, and delete them afterwards, since letting them set |
| 13 introduces a bug where only tests in the first shard are executed. | 13 introduces a bug where only tests in the first shard are executed. |
| OLD | NEW |