projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
10576: Tests & fixes for keep ref url join.
[arvados.git]
/
build
/
package-testing
/
test-package-python27-python-arvados-cwl-runner.sh
1
#!/bin/sh
2
3
exec python <<EOF
4
import arvados_cwl
5
print "arvados-cwl-runner version", arvados_cwl.__version__
6
EOF