github.com/hernad/nomad@v1.6.112/command/test-resources/exiter.py (about)

     1  # Copyright (c) HashiCorp, Inc.
     2  # SPDX-License-Identifier: MPL-2.0
     3  
     4  import sys
     5  
     6  sys.exit(int(sys.argv[1]))