From ac859ec96d3a374dc7effe246fd1bfd4ec1c9769 Mon Sep 17 00:00:00 2001 From: Michael Gugino Date: 2016年8月18日 16:38:06 -0400 Subject: [PATCH] Add apt-get update to run_tests Change-Id: I18cba2e87fe4fd3a626c8a29f61cdd11c96d91f2 --- run_tests.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/run_tests.sh b/run_tests.sh index c7f0aa63..c3b40f8c 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

AltStyle によって変換されたページ (->オリジナル) /