You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
depot_tools/tests/gerrit_util_test.inputs/testLaunchHelperFailQuick/git-remote-sso.py

11 lines
309 B
Python

#!/usr/bin/env python3
# Copyright 2024 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import os
import sys
print("SSO Failure Message!!!", file=sys.stderr)
os.close(1) # signal that we've written all config