blob: 0685d67d59b9205d03bf7c97e664e2b8df88d0e4 [file] [log] [blame]
// Copyright 2020 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
/// The exit code of fx test after any fatal errors are experienced.
const failureExitCode = 2;