Skip to content
Snippets Groups Projects
Commit 63927e48 authored by Myles Watson's avatar Myles Watson
Browse files

Add a hint for cert tests

Bug: 184786243
Test: cert/run
Tag: #gd-refactor
Change-Id: Ie81ce626c23016dd66c8418aeff44687d50111d5
parent a3d478a0
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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