From ff22a6800318cadc5a98e86148ddda52ba32b7ab Mon Sep 17 00:00:00 2001 From: Michael Gugino Date: Thu, 18 Aug 2016 16:29:30 -0400 Subject: [PATCH] Add apt-get update to run_tests Change-Id: I31c216223299431f13591e87f1fa03b92c66a5a6 --- run_tests.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/run_tests.sh b/run_tests.sh index 40cb7ffe..3f042c94 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -19,6 +19,7 @@ FUNCTIONAL_TEST=${FUNCTIONAL_TEST:-true} # prep the host if [ "$(which apt-get)" ]; then + apt-get update apt-get install -y build-essential python2.7 python-dev git-core libssl-dev libffi-dev fi