Comment 1 for bug 1684321

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to horizon (master)

Reviewed: https://review.openstack.org/459418
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=989e10e7a5e6d81a961fffe973330e0251961c4d
Submitter: Jenkins
Branch: master

commit 989e10e7a5e6d81a961fffe973330e0251961c4d
Author: Jack Choy <email address hidden>
Date: Thu Apr 20 16:37:49 2017 -0700

    Allow Chrome to start when tox is running npm

    Chrome in *nix environments requires the HOME and DISPLAY variables
    to be set for Chrome to start properlyi when running the 'npm' rule.
    The HOME variable is needed so Chrome can load up the user's
    preferences. The DISPLAY variable is needed so it know what display
    to launch Chrome into.

    Change-Id: I84f4d1d47f065158e8f5bf5691c241061cc16aab
    Closes-Bug: #1684321