diff --git a/tests/run_ec2 b/tests/run_ec2 index e104f7a16..7f9c0287e 100755 --- a/tests/run_ec2 +++ b/tests/run_ec2 @@ -3,7 +3,7 @@ set -e KEYNAME="$1" indent() { sed "s/^/ /"; } echo "-----> Booting EC2 instance..." -start=$(ec2-run-instances -k $1 ami-f3d1bb9a 2>/dev/null) +start=$(ec2-run-instances -k $1 ami-f3d1bb9a 2>&1 ) if [[ $? > 0 ]]; then echo "$start" exit