Merge branch '16312-s3-signature-v4'
[arvados.git] / build / package-testing / test-package-python27-python-arvados-python-client.sh
index 2603e034aad3cd35b79c54ee3e53d4eedb569df6..2c92a3efb354f5f0914e74363852ed315091d475 100755 (executable)
@@ -3,7 +3,11 @@
 #
 # SPDX-License-Identifier: AGPL-3.0
 
-exec python2.7 <<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