Merge pull request #1171 from Exiv2/enhanced_test5_0.27

Enhanced test5 0.27 (0.27->master)
v0.27.3
Robin Mills 5 years ago committed by GitHub
commit 6a8bbcd21e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -4,15 +4,16 @@
# run a test # run a test
runTest() runTest()
{ {
local prog=$1 local prog=$1
shift shift
( (
cd $here/tmp mkdir -p $here/tmp
if [ ! -z $EXIV2_ECHO ]; then cd $here/tmp
echoTest $VALGRIND $bin$prog "$@" if [ ! -z $EXIV2_ECHO ]; then
echoTest $VALGRIND $bin$prog$exe "$@"
fi fi
$VALGRIND $bin$prog$exe "$@" $VALGRIND $bin$prog$exe "$@"
) )
} }
## ##

Loading…
Cancel
Save