Move CHROME_BIN envvar inside TEST_COMMAND
authorJason Boyer <JBoyer@equinoxinitiative.org>
Mon, 11 Nov 2019 13:10:54 +0000 (08:10 -0500)
committerJason Boyer <JBoyer@equinoxinitiative.org>
Mon, 11 Nov 2019 13:10:54 +0000 (08:10 -0500)
commit08601da9613f2c9fa3a6d7c316637852f401fe0f
treef265ecfc16b960666d9cad45269235da195fcf5c
parent5e812127a619e583760d8dc80e6db70f16794073
Move CHROME_BIN envvar inside TEST_COMMAND

karma-chrome-launcher needs to be told where to find Chromium
if that's installed rather than Chrome. And because the tests
are run with 'su - ' that env variable definition has to be
put inside both TEST_COMMAND definitions.

Signed-off-by: Jason Boyer <JBoyer@equinoxinitiative.org>
installer/stretch/eg_stretch_installer.sh