Code review comment for lp:~jibel/phablet-tools/run_tests_from_custom_location

Revision history for this message
Sergio Schvezov (sergiusens) wrote :

36 + wdir=/home/$USER
37 + if [ -n "$TESTS_LOCATION" ]; then
38 + wdir=${REMOTE_TESTBASE}
39 + fi

if you change this, you will also need to change phablet-click-test-setup (which is being renamed as well, and most of it obsolete as soon as py3 is ready).

Can you detail what this is going to be used for? Seems to be something similar to what balloons asked me to do.

« Back to merge proposal