Skip to content

Commit f1709fa

Browse files
author
Christian Hergert
committed
mci: fix --notest on Debian packages.
1 parent 5a45204 commit f1709fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/mci.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ RUN_TESTS=yes
3232

3333
if [ "$1" = "--notest" ]; then
3434
RUN_TESTS=no
35+
export DEB_BUILD_OPTIONS="$DEB_BUILD_OPTIONS nocheck"
3536
fi
3637

3738
function make_check() {

0 commit comments

Comments
 (0)