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

@ -7,9 +7,10 @@ runTest()
local prog=$1
shift
(
mkdir -p $here/tmp
cd $here/tmp
if [ ! -z $EXIV2_ECHO ]; then
echoTest $VALGRIND $bin$prog "$@"
echoTest $VALGRIND $bin$prog$exe "$@"
fi
$VALGRIND $bin$prog$exe "$@"
)

Loading…
Cancel
Save