RESOLVED FIXED 187187
REGRESSION(r233362): check_flatpak() should not be verbose when flatpak environment has not been initialized
https://bugs.webkit.org/show_bug.cgi?id=187187
Summary REGRESSION(r233362): check_flatpak() should not be verbose when flatpak envir...
Carlos Alberto Lopez Perez
Reported 2018-06-29 11:19:53 PDT
It happens that when the flatpak environment has not been initialized, the scripts still try to run the flatpak binary in the function check_flatpak() in flatpakutils.py For example, If i just uninstall flatpak and I try to run I get $ Tools/Scripts/run-webkit-tests --gtk --release You need to install flatpak >= 0.10.0 to be able to use the 'Tools/Scripts/run-webkit-tests' script. You can find some informations about how to install it for your distribution at: * http://flatpak.org/ 20:15:13.186 21463 Using port 'gtk-wk2' [...] Or on the bots, just check the ouput generate-jsc-bundle from the release bot, the noise about flatpak there: https://build.webkit.org/builders/GTK%20Linux%2064-bit%20Release%20%28Build%29/builds/13303/steps/generate-jsc-bundle/logs/stdio I think this should be avoided. The function check_flatpak() should avoid doing any check (or print any warning) if the flatpak environment has not been initialized
Attachments
Patch. (2.75 KB, patch)
2018-06-30 04:48 PDT, Thibault Saunier
no flags
Thibault Saunier
Comment 1 2018-06-30 04:48:39 PDT
WebKit Commit Bot
Comment 2 2018-06-30 07:24:28 PDT
Comment on attachment 344011 [details] Patch. Clearing flags on attachment: 344011 Committed r233395: <https://trac.webkit.org/changeset/233395>
WebKit Commit Bot
Comment 3 2018-06-30 07:24:30 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.