bootstrap: ignore x.py shell completion diff
authorFabian Grünbichler <git@fabian.gruenbichler.email>
Wed, 3 Sep 2025 12:44:51 +0000 (14:44 +0200)
committerFabian Grünbichler <debian@fabian.gruenbichler.email>
Thu, 28 May 2026 18:58:07 +0000 (20:58 +0200)
this test is intended for development, we can ignore it for package builds.

Signed-off-by: Fabian Grünbichler <git@fabian.gruenbichler.email>
Gbp-Pq: Topic build
Gbp-Pq: Name bootstrap-ignore-x.py-shell-completion-diff.patch

src/bootstrap/src/core/build_steps/test.rs

index 71353397b207a1493d15346916fad605f36a7cf9..33cc4d5c0dc7c4dc07ce9062232bda02dd6a3e0d 100644 (file)
@@ -1375,7 +1375,8 @@ HELP: to skip test's attempt to check tidiness, pass `--skip src/tools/tidy` to
             eprintln!(
                 "x.py completions were changed; run `x.py run generate-completions` to update them"
             );
-            crate::exit!(1);
+            // Debian: we don't care about this
+            //crate::exit!(1);
         }
 
         builder.info("x.py help check");