diff dockerbuild.sh @ 118:169e04e81ea0

Print version after building
author Chris Cannam
date Thu, 28 Feb 2019 06:09:28 +0000
parents 76badb3a0bb3
children
line wrap: on
line diff
--- 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!"