Skip to content

Commit

Permalink
TOOL-21529 linux-pkg PR checks broken because verify-query-packages f…
Browse files Browse the repository at this point in the history
…ails (#292)

PR URL: #292
  • Loading branch information
palash-gandhi authored Jun 7, 2023
1 parent 4ec42a1 commit 6c9422d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/verify-query-packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6c9422d

Please sign in to comment.