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, 16 Apr 2026 08:00:20 +0000 (10:00 +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 f3a1c6b0e3dde5a649f49bde322a096ce5ad5463..f52ab9a81fbb9c1fe19afcb6a24f30a2bb62d181 100644 (file)
@@ -1367,7 +1367,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");