test_helper.sh 94 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 run_on() { local vm="$1" shift vagrant ssh "$vm" -- "$@" } curl=/vagrant/test/bin/curl