Skip to content
Snippets Groups Projects
Unverified Commit 4904909f authored by Clayton Craft's avatar Clayton Craft :speech_balloon:
Browse files

ci: integration: don't validate kernel-dtb twice (MR 54)

This is already tested implicitly by the bootimg test
parent 33982bea
No related branches found
No related tags found
No related merge requests found
......@@ -307,10 +307,6 @@ for _filename in $deviceinfo_dtb; do
_dtb="$(basename "$_filename").dtb"
assert_exists "$boot_dir/$_dtb"
done
# Assert that the dtb was appended if it should have been
if [ "$deviceinfo_append_dtb" = "true" ]; then
assert_exists "$kernel_with_dtb"
fi
echo "❕ Validating Android bootimg handling"
validate_bootimg
echo "❕ Validating systemd-boot config"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment