()
| 103 | |
| 104 | |
| 105 | def PrepareReclient(): |
| 106 | reclient_mode = gm.detect_reclient() |
| 107 | if reclient_mode == gm.Reclient.GOOGLE and not gm.detect_reclient_cert(): |
| 108 | print("# gcert") |
| 109 | subprocess.check_call("gcert", shell=True) |
| 110 | |
| 111 | |
| 112 | if __name__ == "__main__": |
no test coverage detected