From 16153a5d31bb5d6bee6ec6ea5092bc69e820f209 Mon Sep 17 00:00:00 2001 From: Scott Lystig Fritchie Date: Sat, 27 Feb 2016 01:56:16 +0900 Subject: [PATCH] Fix deps building problem, silly --- priv/humming-consensus-demo.vagrant/Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/priv/humming-consensus-demo.vagrant/Vagrantfile b/priv/humming-consensus-demo.vagrant/Vagrantfile index 187341b..ce0474d 100644 --- a/priv/humming-consensus-demo.vagrant/Vagrantfile +++ b/priv/humming-consensus-demo.vagrant/Vagrantfile @@ -87,7 +87,7 @@ Vagrant.configure(2) do |config| ## setenv PATH /usr/local/erlang/17.5/bin:$PATH git clone https://github.com/basho/machi.git - (cd machi ; git checkout master ; make test ) + (cd machi ; git checkout master ; make && make test ) chown -R vagrant ./machi SHELL end