16568: add package test files for the python3 arvados python client
[arvados.git] / build / package-testing / test-package-python27-python-arvados-cwl-runner.sh
index 9d564354884048948769114b4cf91c836b746d57..99327c016ad618dbf69971a0960e19def60469e9 100755 (executable)
@@ -1,6 +1,8 @@
 #!/bin/sh
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
 
-exec python <<EOF
-import arvados_cwl
-print "arvados-cwl-runner version", arvados_cwl.__version__
-EOF
+set -e
+
+arvados-cwl-runner --version