blob: e7366d7c9637b0150c3cd0a6111e5fd0682d928e [file] [log] [blame]
/// The path, relative to a Fuchsia checkout, where we expect to find the fx
/// executable.
const fxLocation = '.jiri_root/bin/fx';
/// The exit code of fx test after any fatal errors are experienced.
const failureExitCode = 2;