| commit | f4d65b555894b301699c7c3c52906f72ea052e83 | [log] [tgz] |
|---|---|---|
| author | Byoungchan Lee <thisisbclee@gmail.com> | Wed Jun 22 01:57:21 2022 +0900 |
| committer | GitHub <noreply@github.com> | Tue Jun 21 09:57:21 2022 -0700 |
| tree | ecb3df0799e39f3533399da330d607b9d6d5b197 | |
| parent | e28fc0e83f54105af859e68e068e3ec05d87c3b7 [diff] |
Make gtest-parallel to use python3
diff --git a/gtest-parallel b/gtest-parallel index c94b082..944f4fc 100755 --- a/gtest-parallel +++ b/gtest-parallel
@@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # Copyright 2017 Google Inc. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License");