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>
Fri, 26 Dec 2025 19:54:51 +0000 (20:54 +0100)
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 ce257edc5cc19efea548ad34fa22b7965c855afb..29fe49cbf05ca1bc59a5145498c91a5b8459fa5d 100644 (file)
@@ -1291,7 +1291,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);
         }
     }