mirror of
https://github.com/wassname/talk.git
synced 2026-07-06 05:17:19 +08:00
Correct echo output
This commit is contained in:
+2
-2
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user