Skip to content

Commit

Permalink
test: Correct building for Vagrant.
Browse files Browse the repository at this point in the history
  • Loading branch information
jalcine committed May 16, 2015
1 parent b93b6a4 commit 0b71da5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ case "$1" in
run_build
;;
"--run-vagrant" )
PWD=~vagrant/build run_build;
PWD=/home/vagrant/build run_build;
;;
"--dump-log" )
dump_log
Expand Down

0 comments on commit 0b71da5

Please sign in to comment.