From f7a66884018351b28c878f519ee7a379c10457e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Tue, 26 Dec 2023 12:46:37 -0300 Subject: [PATCH] common/travis/build.sh: use $test for sort-dependencies This ensures that checkdepends will be taken into account in the build order whenever test is enabled. --- common/travis/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/travis/build.sh b/common/travis/build.sh index 007a61f994d..b3190573443 100755 --- a/common/travis/build.sh +++ b/common/travis/build.sh @@ -10,7 +10,7 @@ if [ "$3" = 1 ]; then test="-Q" fi -PKGS=$(/hostrepo/xbps-src sort-dependencies $(cat /tmp/templates)) +PKGS=$(/hostrepo/xbps-src $test sort-dependencies $(cat /tmp/templates)) for pkg in ${PKGS}; do /hostrepo/xbps-src -j$(nproc) -s -H "$HOME"/hostdir $arch $test pkg "$pkg"