Sign in
bazel
/
bazel-toolchains
/
22836c9aecc78af144301979aed94d5afc5be35a
/
.
/
container
/
common
/
python2.yaml
blob: 8582e44dceb44d79ac4c6c6d00550de13e540085 [
file
] [
log
] [
blame
]
schemaVersion:
"2.0.0"
commandTests:
-
name:
'python2-version'
command:
'python'
args:
[
'-V'
]
# python outputs to stderr.
expectedError:
[
'Python 2.7.*'
]
fileExistenceTests:
-
name:
'Python2'
path:
'/usr/bin/python2.7'
shouldExist:
true