From 63927e480381c4cd710bcd31f1c430a8778f69ec Mon Sep 17 00:00:00 2001 From: Myles Watson <mylesgw@google.com> Date: Wed, 7 Apr 2021 17:44:36 -0700 Subject: [PATCH] Add a hint for cert tests Bug: 184786243 Test: cert/run Tag: #gd-refactor Change-Id: Ie81ce626c23016dd66c8418aeff44687d50111d5 --- system/gd/cert/run | 1 + 1 file changed, 1 insertion(+) diff --git a/system/gd/cert/run b/system/gd/cert/run index 37952c78529..fb9217be3ac 100755 --- a/system/gd/cert/run +++ b/system/gd/cert/run @@ -340,6 +340,7 @@ function venv_common { $(echo "${CERT_TEST_VENV}/bin/python" "${CERT_TEST_VENV}/acts/setup.py" --quiet build --force) if [[ $? -ne 0 ]] ; then echo "Error building GD Python libraries" + echo -e "${YELLOW}NOTE:${NOCOLOR} To build external libraries the first time, please add --clean option." exit 1 fi -- GitLab