This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
source "$(realpath $(dirname $0))/../patch/version.sh" | |
patch_dir="patches/${PATCH_VERSION}-public" | |
if [ ! -d "${patch_dir}" ]; then | |
echo "Cannot find ${patch_dir}" | |
exit 1 | |
fi |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# build efi test cases and then `ls *.efi` to get this efi_tests list | |
efi_tests = [ | |
"amd_sev", | |
"apic", | |
"asyncpf", | |
"cet", | |
"debug", | |
"dummy", | |
"emulator", | |
"eventinj", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
atom sync |