From f9facb429991e3ac2ce08d20b3b7d1f67e240235 Mon Sep 17 00:00:00 2001 From: alek Date: Thu, 17 Dec 2020 08:20:03 +0100 Subject: [PATCH] [EGD-5003] Fix for 'test' spelling issue in bootstrap.sh There was a spelling issues in bootstrap.sh --- config/bootstrap.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config/bootstrap.sh b/config/bootstrap.sh index 69b728ee08e2a07aea902a9e6f94d33aa644b075..47e87f07adccb9226d87edacc9e80e04b7a9deb8 100755 --- a/config/bootstrap.sh +++ b/config/bootstrap.sh @@ -67,7 +67,7 @@ function setup_gcc_alternatives() { function install_pip_packages() { echo -e "\e[32m${FUNCNAME[0]}\e[0m" pip3 install -r ${SCRIPT_DIR}/requirements.txt - pip3 install -r ${SCRIPT_DIR}/../tests/requirements.txt + pip3 install -r ${SCRIPT_DIR}/../test/requirements.txt } function install_ubuntu_packages() { @@ -179,4 +179,3 @@ do echo "${I}" > LAST_STEP I=$(( ${I} + 1 )) done -