Code review comment for lp://staging/~frankban/charms/precise/juju-gui/venv-fixes

Revision history for this message
Francesco Banconi (frankban) wrote :

*** Submitted:

Improve charm test venv creation.

Also added missing SYSDEP.

R=gary.poster
CC=
https://codereview.appspot.com/26530043

https://codereview.appspot.com/26530043/diff/20001/tests/00-setup
File tests/00-setup (right):

https://codereview.appspot.com/26530043/diff/20001/tests/00-setup#newcode35
tests/00-setup:35: [ $retcode -eq 0 ] && touch $ACTIVATE || rm -f
$ACTIVATE
On 2013/11/14 11:57:56, gary.poster wrote:
> The only downside to this is that, since the $ACTIVATE is removed, you
can't use
> it to diagnose issues. What would you think of touching
$TEST_REQUIREMENTS in
> the failure case, instead?

Great suggestion! Done.

https://codereview.appspot.com/26530043/

« Back to merge proposal