Skip to content

Commit

Permalink
Store appium log for debugging purpose
Browse files Browse the repository at this point in the history
  • Loading branch information
budtmo committed May 8, 2018
1 parent 70ec00d commit 0591f19
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Appium/entry_point.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#!/bin/bash

NODE_CONFIG_JSON="/root/nodeconfig.json"
CMD="xvfb-run appium"
APPIUM_LOG="/var/log/appium.log"
CMD="xvfb-run appium --log $APPIUM_LOG"

function generate_node_config() {
if [ -z "$CUSTOM_NODE_CONFIG" ]; then
Expand Down

0 comments on commit 0591f19

Please sign in to comment.