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>
Wed, 8 Apr 2026 17:02:02 +0000 (19:02 +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 7e46b85ff9af337d65076adf80565f3aac1caefa..9aa34ad9fb4b513fbbb169482910ad28a2f308fe 100644 (file)
@@ -1324,7 +1324,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");