blob: aab477fd2cb4fd7f4440e3db8a3087e3274c5391 [file] [log] [blame]
# Copyright 2019 The LUCI Authors. All rights reserved.
# Use of this source code is governed under the Apache License, Version 2.0
# that can be found in the LICENSE file.
import sys
print >> sys.stdout, 'I AM STDOUT'
print >> sys.stderr, 'I AM STDERR'