bug 815002 - Enable loopback devices on Linux Mochitests. r=ahal

This commit is contained in:
Ted Mielczarek 2014-05-08 14:26:22 -04:00
Родитель e2d8462a34
Коммит 3e1f9c82f1
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -12,7 +12,8 @@ config = {
"--extra-profile-file=tests/bin/plugins", "--symbols-path=%(symbols_path)s",
"--certificate-path=tests/certs", "--autorun", "--close-when-done",
"--console-level=INFO", "--setpref=webgl.force-enabled=true",
"--quiet"
"--quiet",
"--use-test-media-devices"
],
"webapprt_options": [
"--app=%(app_path)s", "--utility-path=tests/bin",