diff --git a/tests/run_ec2 b/tests/run_ec2 index 025000cee..7c6981d4d 100755 --- a/tests/run_ec2 +++ b/tests/run_ec2 @@ -33,7 +33,7 @@ while [[ ! $(echo | nc $PUBLIC_IP 22) ]]; do echo " Waiting..." done set -e -echo "-----> Connecting and running boostrap script..." +echo "-----> Connecting and running bootstrap script..." cat ../bootstrap.sh | ssh -o "StrictHostKeyChecking=no" ubuntu@$PUBLIC_IP "HOSTNAME=$PUBLIC_IP sudo bash" 2>&1 | indent echo "-----> Installing SSH public keys..." cat ~/.ssh/id_rsa.pub | ssh -o "StrictHostKeyChecking=no" ubuntu@$PUBLIC_IP "sudo gitreceive upload-key test" > /dev/null @@ -42,4 +42,4 @@ for app_path in apps/*; do app=$(basename $app_path) echo "-----> Running test deploy of $app..." ./test_deploy $app_path $PUBLIC_IP -done \ No newline at end of file +done