From ea9900d27f0b601c72761cbbada46a3609532756 Mon Sep 17 00:00:00 2001 From: lucubro <88whacko@gmail.com> Date: Tue, 19 Apr 2016 03:28:17 -0400 Subject: [PATCH] Fix installation of test dependencies in vagrant provisioning (#7069) * Fix #7054 installation test dependencies in vagrant provisioning * Fix small typo in output during vagrant provisioning --- vagrant_scripts/vagrant.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vagrant_scripts/vagrant.sh b/vagrant_scripts/vagrant.sh index a53b97bad4..e366328d2a 100644 --- a/vagrant_scripts/vagrant.sh +++ b/vagrant_scripts/vagrant.sh @@ -38,7 +38,7 @@ apt-get update -qq echo Installing Unix build tools - needed for node-gyp to use make... apt-get install -qq build-essential -echo Installing python sofrware properties... +echo Installing python software properties... apt-get install -qq python-software-properties echo Installing sprite dependencies... @@ -57,7 +57,7 @@ echo Installing curl... apt-get install -qq curl echo Installing test dependencies... -/vagrant/vagrant_scripts/install_gcc.sh +/vagrant/vagrant_scripts/install_test_dependencies.sh echo Installing ntp... apt-get install -qq ntp