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
runTest()
{
local prog=$1
shift
(
cd $here/tmp
if [ ! -z $EXIV2_ECHO ]; then
echoTest $VALGRIND $bin$prog "$@"
local prog=$1
shift
(
mkdir -p $here/tmp
cd $here/tmp
if [ ! -z $EXIV2_ECHO ]; then
echoTest $VALGRIND $bin$prog$exe "$@"
fi
$VALGRIND $bin$prog$exe "$@"
)
)
}
##

Loading…
Cancel
Save