#1109 Change contrib/buildserver/test_daily.sh to report PLATFORM

v0.27.3
Robin Mills 9 years ago
parent 2261c18724
commit fade383679

@ -31,6 +31,9 @@ if [ ! -e dist ]; then echo '*** no dist directory ***' ; exit 1; fi
##
# enter the dist and test it
echo -------------------------------
echo PLATFORM = $PLATFORM
echo -------------------------------
cd dist
grep_args="-e libexiv2 -e ^date -e ^bits -e ^version -e ^time"
case $PLATFORM in

Loading…
Cancel
Save