Skip to content

perf-tool: Fix default value for --extra-filter

Yussuf Khalil requested to merge pp3345/gnome-shell:perf-tool-hwtest into master

--hwtest implies --perf=hwtest but it is perfectly fine to run --perf=hwtest without --hwtest. In this case, the test will hang because it fails to start gedit. Change the condition for the default value of --extra-filter to make the test work fine without --hwtest.

Merge request reports