ehmaldonado 0e738d4fb2 Convert seconds_since_epoch to integer.
It looks like the 400 errors when trying to upload to test-results.appspot.com is because the server expects an integer instead of a float.

BUG=chromium:325726
TBR=kjellander@webrtc.org, kwiberg@webrtc.org, pbos@webrtc.org
NOTRY=True

Review-Url: https://codereview.webrtc.org/2566603003
Cr-Commit-Position: refs/heads/master@{#15504}
2016-12-09 11:47:16 +00:00
..
2014-05-23 09:37:29 +00:00
2016-12-07 16:36:33 +00:00
2016-12-07 11:00:25 +00:00

URL: https://github.com/google/gtest-parallel
Version: c92430945e14bdf22237e551b21123594e2c4043
License: Apache 2.0
License File: LICENSE

Description:
Parallelization script for gtest binaries.

Local Modifications:
Added gtest-parallel-wrapper.py to convert the GTEST_SHARD_INDEX and
GTEST_TOTAL_SHARDS environment variables to flags, since gtest-parallel takes
flags as arguments, and delete them afterwards, since letting them set
introduces a bug where only tests in the first shard are executed.