9945: address a bunch of review comments.
[arvados.git] / build / package-testing / test-package-python27-python-arvados-python-client.sh
index 0772fbf8e470301bb9e0f1322634de6e19f88577..2c92a3efb354f5f0914e74363852ed315091d475 100755 (executable)
@@ -1,6 +1,13 @@
 #!/bin/sh
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
 
-exec python <<EOF
+set -e
+
+arv-put --version
+
+/usr/share/python2.7/dist/python-arvados-python-client/bin/python2.7 << EOF
 import arvados
 print "Successfully imported arvados"
 EOF