]> git.apps.os.sepia.ceph.com Git - teuthology.git/commit
tests: set HOME env var 490/head
authorKen Dreyer <kdreyer@redhat.com>
Wed, 13 May 2015 17:07:55 +0000 (11:07 -0600)
committerKen Dreyer <kdreyer@redhat.com>
Wed, 13 May 2015 18:03:04 +0000 (12:03 -0600)
commit32178bb793daacbf4ad050f56815b5473c545c9b
tree9346826666e1ad3d63b9236e234d4c874fe878c6
parent87397e58ff8648fdd309291720226d76d2a8cf7d
tests: set HOME env var

Travis CI's docs say that HOME is supposed to be set to /home/travis by
default, however, it also says "do not depend on this value":
http://docs.travis-ci.com/user/ci-environment/

Teuthology depends on the $HOME environment variable being set, and the
test suites that depended on this recently failed to build in Travis CI.

Set the var explicitly so it's always available for the tests.
.travis.yml
tox.ini