1
0
mirror of https://github.com/discourse/discourse.git synced 2025-03-06 11:19:51 +00:00

1 Commits

Author SHA1 Message Date
Martin Brennan
7b31d8a11b
DEV: Move chrome binary check into a shared lib ()
We had checks for the chrome binary in 3 different places
for tests and only one of them checked for google-chrome-stable,
which is problematic for Arch linux users (there are dozens of us!)

This PR moves all the code to one place and references it instead
of copying and pasting.
2021-06-21 13:28:48 +10:00