From 8adf6ae0e4f0943b95df27845577ce6b4df897d1 Mon Sep 17 00:00:00 2001 From: Palash Gandhi Date: Wed, 7 Jun 2023 09:44:26 -0700 Subject: [PATCH] TOOL-21529 linux-pkg PR checks broken because verify-query-packages fails PR URL: https://www.github.com/delphix/linux-pkg/pull/292 --- .github/scripts/verify-query-packages.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/verify-query-packages.sh b/.github/scripts/verify-query-packages.sh index c91afc4..65cc85f 100755 --- a/.github/scripts/verify-query-packages.sh +++ b/.github/scripts/verify-query-packages.sh @@ -72,7 +72,7 @@ test "$(TARGET_KERNEL_FLAVORS=generic ./query-packages.sh list linux-kernel)" == # Check that when a package has multiple dependencies they are printed in the # expected format. test "$(TARGET_KERNEL_FLAVORS="generic aws" ./query-packages.sh single -o dependencies zfs)" == \ - "linux-kernel-generic,linux-kernel-aws,delphix-rust,dwarves" + "linux-kernel-generic,linux-kernel-aws,delphix-rust,delphix-go,dwarves" # Check that the output from the appliance list contains zfs and # delphix-platform packages. Note, we explicitly do not use grep -q here as it