From 694f7be7a047e496f0a2bca21174e49f4708de4d Mon Sep 17 00:00:00 2001 From: Leandro Nunes Date: Wed, 7 Oct 2020 00:45:10 +0100 Subject: [PATCH] [CI] fix Python dependency required by cpp tests to work standalone (#6639) --- tests/scripts/task_cpp_unittest.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/scripts/task_cpp_unittest.sh b/tests/scripts/task_cpp_unittest.sh index db68d9f9af6b..7905755b8813 100755 --- a/tests/scripts/task_cpp_unittest.sh +++ b/tests/scripts/task_cpp_unittest.sh @@ -19,6 +19,9 @@ set -e set -u +# Python is required by apps/bundle_deploy +source tests/scripts/setup-pytest-env.sh + export LD_LIBRARY_PATH="lib:${LD_LIBRARY_PATH:-}" # NOTE: important to use abspath, when VTA is enabled. export VTA_HW_PATH=`pwd`/3rdparty/vta-hw