Skip to content

Commit

Permalink
Fixed appium logging
Browse files Browse the repository at this point in the history
  • Loading branch information
tegorov committed Jul 9, 2021
1 parent b590cfc commit 0e103e1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion selenium/android/entrypoint.sh
Expand Up @@ -13,7 +13,9 @@ STOP=""
VERBOSE=${VERBOSE:-""}

if [ -z "$VERBOSE" ]; then
APPIUM_ARGS="$APPIUM_ARGS --log-level error"
if [ -z "$APPIUM_ARGS" ]; then
APPIUM_ARGS="--log-level error"
fi
else
EMULATOR_ARGS="$EMULATOR_ARGS -verbose"
fi
Expand Down

0 comments on commit 0e103e1

Please sign in to comment.