| commit | 96f1e3f92b1137db3e9af477f502145102956bec | [log] [tgz] |
|---|---|---|
| author | Volodymyr Panivko <sveneld300@gmail.com> | Thu Mar 26 23:25:37 2026 +0100 |
| committer | Jens Geyer <Jens-G@users.noreply.github.com> | Thu Apr 09 01:42:49 2026 +0200 |
| tree | 0b8abcd627158638526407534e06e8d69eaa476d | |
| parent | 76113eb5ab84c2bd597f6e7179a2d4cc2b7bf903 [diff] [blame] |
THRIFT-5757: align Python cross-test launchers
diff --git a/test/tests.json b/test/tests.json index a62658e..ac7e51f 100644 --- a/test/tests.json +++ b/test/tests.json
@@ -286,7 +286,7 @@ "server": { "extra_args": ["TSimpleServer"], "command": [ - "python3", + "python", "TestServer.py", "--verbose", "--genpydir=gen-py" @@ -295,7 +295,7 @@ "client": { "timeout": 15, "command": [ - "python3", + "python", "TestClient.py", "--verbose", "--host=localhost",