Github user cdwijayarathna commented on a diff in the pull request:
https://github.com/apache/thrift/pull/173#discussion_r15918465
--- Diff: test/tests.json ---
@@ -4,7 +4,7 @@
"description": "Python TestClient",
"lib": "py",
"executable": "py/TestClient.py",
--- End diff --
Here we use path relative to script which execute the command. By using
that, it is easy to get the absolute path of executable, which have to pass to
subprocess command, since we can get the absolute path of current directory
easily. It may be hard to find absolute path if we use path from root. For
files in lib folder, we have used '../lib/nodejs/test/client.js' which works
without any issue.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---