RESOLVED WONTFIX 212832
[Flatpak] Normalize script path when invoking the python interpreter explicitly
https://bugs.webkit.org/show_bug.cgi?id=212832
Summary [Flatpak] Normalize script path when invoking the python interpreter explicitly
Lauro Moura
Reported 2020-06-05 09:53:09 PDT
To call the a script with python3 inside the sdk I'm using the following, for example with rwt: ./Tools/Scripts/webkit-flatpak --wpe --release --verbose -c python3 ./Tools/Scripts/run-webkit-tests <rwt args...> The issue is that the path to the script is not being normalized to the /app/webkit bind-mount.
Attachments
Lauro Moura
Comment 1 2020-06-05 10:21:26 PDT
Nevermind, one can just prepend /app/webkit to the script path manually. As this is not so common in practice, better to avoid more corner cases in the flatpak utils. Closing.
Note You need to log in before you can comment on or make changes to this bug.