modeswitch / mozbench

0 stars 0 forks source link

Installer code should recognize file types and unpack them accordingly #2

Open modeswitch opened 10 years ago

modeswitch commented 10 years ago

Linux packages for Firefox are .tar.gz. For Chrome they may be different. The code needs to recognize and handle different package types and unpack them correctly for the tests to run.

jmaher commented 10 years ago

https://github.com/modeswitch/mozbench/blob/master/worker/dispatcher.js#L13

jmaher commented 10 years ago

refactor this out to be platform specific to account for toolchains even though extensions could be the same.

jmaher commented 10 years ago

we need to resolve silent installers on windows. for chrome (on linux) we need to unpack the portable apps.