Correct echo output

This commit is contained in:
Chi Vinh Le
2017-10-30 14:08:13 +01:00
parent 0c3a9db443
commit 9af206da1a
+2 -2
View File
@@ -15,10 +15,10 @@ if [[ "${CIRCLE_BRANCH}" == "master" ]]; then
result=$?
if [ "$result" -gt "0" ]
then
echo "-- Success e2e for $1 --"
echo "-- Failed e2e for $1 --"
exitCode=$result
else
echo "-- Failed e2e for $1 --"
echo "-- Success e2e for $1 --"
fi
# Sleep a bit to let browserstack-local to close properly.