Page MenuHome GnuPG

main.js
No OneTemporary

/*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
/*global do_subtest: false, Components: false */
function execTest(filename) {
const Cc = Components.classes;
const Ci = Components.interfaces;
let env = Cc["@mozilla.org/process/environment;1"].getService(Ci.nsIEnvironment);
let testcases = env.get("JS_TEST");
if (testcases && testcases.length > 0) {
if (testcases.search(filename) >= 0) do_subtest(filename);
}
else
do_subtest(filename);
}
// the subprocess tests
execTest("subprocess-test.js");

File Metadata

Mime Type
text/plain
Expires
Sat, Feb 7, 5:30 PM (11 h, 42 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
48/01/272e7eac8d2bd05c5a933b662b92

Event Timeline