]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
UBUNTU: [Debian] make rebuild use skippable error codes when skipping.
authorDimitri John Ledkov <xnox@ubuntu.com>
Thu, 7 Mar 2019 15:32:00 +0000 (16:32 +0100)
committerKleber Sacilotto de Souza <kleber.souza@canonical.com>
Wed, 24 Apr 2019 10:12:28 +0000 (12:12 +0200)
BugLink: https://bugs.launchpad.net/bugs/1823056
Signed-off-by: Dimitri John Ledkov <xnox@ubuntu.com>
Acked-by: Seth Forshee <seth.forshee@canonical.com>
Acked-by: Andy Whitcroft <apw@canonical.com>
Signed-off-by: Kleber Sacilotto de Souza <kleber.souza@canonical.com>
debian/tests/control
debian/tests/rebuild

index ed1e6c8becc5ae1d44efb768c4a37bfecfb2c1ad..4b80100ceb663fd12f7303d9d687cbb48f05f047 100644 (file)
@@ -1,6 +1,6 @@
 Tests: rebuild
 Depends: @builddeps@, fakeroot
-Restrictions: allow-stderr
+Restrictions: allow-stderr, skippable
 
 Tests: ubuntu-regression-suite
 Depends: build-essential, gcc-multilib [amd64 armhf i386], gdb, git, bzr
index d3f70a041c501d7d8c44322edb4c6c482dd97338..365835c92d9269b550886f466403d214399f5b28 100755 (executable)
@@ -13,7 +13,7 @@ do
 done
 if [ "$build_needed" -eq 0 ]; then
        echo "rebuild: short circuiting build for '${ADT_TEST_TRIGGERS}'"
-       exit 0
+       exit 77
 fi
 
 set -e