This is good. Thanks, Rebecca! Reviewed-by: Sunny Wang <sunny.w...@arm.com>
-----Original Message----- From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Rebecca Cran via groups.io Sent: Friday, November 10, 2023 7:02 PM To: devel@edk2.groups.io; G Edhaya Chandran <edhaya.chand...@arm.com>; Barton Gao <gao...@byosoft.com.cn>; Carolyn Gjertsen <carolyn.gjert...@amd.com>; Samer El-Haj-Mahmoud <samer.el-haj-mahm...@arm.com>; Eric Jin <eric....@intel.com>; Arvin Chen <arvinx.c...@intel.com>; Supreeth Venkatesh <supreeth.venkat...@amd.com> Cc: Rebecca Cran <rebe...@bsdio.com> Subject: [edk2-devel] [PATCH edk2-test 3/4] Point users to the URL for edk2-test-parser if it doesn't exist If edk2-test-parser doesn't exist, tell the user where they can clone it from. Signed-off-by: Rebecca Cran <rebe...@bsdio.com> Contributed-under: TianoCore Contribution Agreement 1.1 --- uefi-sct/SctPkg/buildzip.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/uefi-sct/SctPkg/buildzip.sh b/uefi-sct/SctPkg/buildzip.sh index c7f4673f62b2..cc02ad3056b6 100755 --- a/uefi-sct/SctPkg/buildzip.sh +++ b/uefi-sct/SctPkg/buildzip.sh @@ -54,6 +54,7 @@ cp Build/MdeModule/RELEASE_GCC5/${TARGET_ARCH}/CapsuleApp.efi ${TARGET_ARCH}_SCT if [ ! -d "${pwd}edk2-test-parser" ] then echo "edk2-test-parser repo is missing from current directory, please clone and try again" + echo "The URL for edk2-test-parser is https://git.gitlab.arm.com/systemready/edk2-test-parser.git" exit fi -- 2.34.1 IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you. -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#112293): https://edk2.groups.io/g/devel/message/112293 Mute This Topic: https://groups.io/mt/102513215/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-