Update test scripts

This commit is contained in:
Jeffrey Walton 2021-02-07 13:14:16 -05:00
parent 44aa94152e
commit 231b2a0833
No known key found for this signature in database
GPG Key ID: B36AB348921B1838

View File

@ -159,6 +159,6 @@ if [[ -n "${SUDO_USER}" ]]; then
chown -R "${SUDO_USER}" "${HOME}/.android"
fi
echo "Finished preparing SDK and NDK"
echo "Finished installing SDK and NDK"
exit 0