3 Commits

Author SHA1 Message Date
Pierre-Marie de Rodat
0e4e1f7226 python_api/app: fix propagation of path_wrapper to subprocesses
TN: VA12-016
(cherry picked from commit b298a62b39)
2022-12-12 13:03:29 +00:00
Pierre-Marie de Rodat
48bd6005f0 python_support/path_wrapper.py: fix sys.argv for the script to run
Upcoming work will start to use command line arguments in a "main.py"
test script. Fix "path_wrapper.py" so that command line arguments are
correctly passed to "main.py".

TN: VA12-016
(cherry picked from commit 869141de11)
2022-12-12 12:45:57 +00:00
Pierre-Marie de Rodat
db86f7b519 Testsuite: adapt for Python 3.8+
See the rationale in path_wrapper.py's docstring.

TN: V401-020
2022-04-14 14:07:44 +00:00