Ignore runtime configuration files generated during quality assurance.
1 Components.utils.import("resource://gre/modules/Services.jsm");
3 function startup(data, reason) {
4 Services.prefs.setIntPref("bootstraptest.active_version", 1);
7 function shutdown(data, reason) {
8 Services.prefs.setIntPref("bootstraptest.active_version", 0);