projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
12125: Adding test
[arvados.git]
/
build
/
package-testing
/
test-package-python27-python-arvados-cwl-runner.sh
1
#!/bin/sh
2
# Copyright (C) The Arvados Authors. All rights reserved.
3
#
4
# SPDX-License-Identifier: AGPL-3.0
5
6
exec python <<EOF
7
import arvados_cwl
8
print "arvados-cwl-runner version", arvados_cwl.__version__
9
EOF