We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3a8faba + 63b3129 commit e73d3b7Copy full SHA for e73d3b7
tests/gui/runner.rs
@@ -75,7 +75,7 @@ fn main() {
75
76
let mut no_headless = false;
77
let mut filters = Vec::new();
78
- for arg in std::env::args() {
+ for arg in std::env::args().skip(1) {
79
if arg == "--disable-headless-test" {
80
no_headless = true;
81
} else {
0 commit comments