Bug 212832

Summary: [Flatpak] Normalize script path when invoking the python interpreter explicitly
Product: WebKit Reporter: Lauro Moura <lmoura>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WONTFIX    
Severity: Minor    
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Lauro Moura 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.
Comment 1 Lauro Moura 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.