Code review comment for lp:~sergiusens/phablet-tools/click-buddy

Revision history for this message
Ricardo Salveti (rsalveti) wrote :

129 + adb $ADBOPTS shell mkdir -p /home/phablet/autopilot
130 + adb $ADBOPTS push $SOURCE/tests/autopilot /home/phablet/autopilot
131 + adb $ADBOPTS shell chown -R "$DEVICE_USER":"$DEVICE_USER" /home/phablet/autopilot

You have the username in a var already, use it to build the home dir path.

review: Needs Fixing

« Back to merge proposal