# HG changeset patch # User Chris Cannam # Date 1551334168 0 # Node ID 169e04e81ea08fb16a52285359b6b6c01a4932d4 # Parent 9333516e6656f0f213aeb98235eae8246372b69a Print version after building diff -r 9333516e6656 -r 169e04e81ea0 dockerbuild.sh --- a/dockerbuild.sh Wed Feb 27 17:00:33 2019 +0000 +++ b/dockerbuild.sh Thu Feb 28 06:09:28 2019 +0000 @@ -27,6 +27,7 @@ ldd vampy.so VAMP_PATH=".:./Example VamPy plugins" ../vamp-plugin-sdk/host/vamp-simple-host -l +VAMP_PATH="." VAMPY_VERBOSE=1 ../vamp-plugin-sdk/host/vamp-simple-host -l 2>&1 | grep "Vampy version" echo "Done!"