Open
Bug 1720277
Opened 4 years ago
Improve the documentation how to pass multiple prefs
Categories
(Testing :: mozregression, enhancement)
Tracking
(Not tracked)
NEW
People
(Reporter: smaug, Unassigned)
Details
./mach help mozregression says:
--pref [PREFS ...] A preference to set. Must be a key-value pair separated by a ':'. Note that if your preference is of type float, you should pass it as a string, e.g.: --pref
"layers.low-precision-opacity:'0.0'"
It isn't clear that multiple prefs can be passed by using space as separator.
You need to log in
before you can comment on or make changes to this bug.
Description
•