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

Revision history for this message
Omer Akram (om26er) wrote :

23 +exec_with_adb_user() {
24 + adb -s $ANDROID_SERIAL shell sudo -u $USER -i sh -lc \'"$@"\'

This only accepts the first argument i.e. "exec_with_adb_user initctl stop unity8" only executes "exec_with_adb_user initctl"

Also phablet-test-run still does not work for me, I tried to run tests locally i.e. by ssh into the phone and the test suite runs fine but fails with phablet-test-run. logs here: http://paste.ubuntu.com/5885305/

review: Needs Fixing

« Back to merge proposal