Merge pull request #1171 from Exiv2/enhanced_test5_0.27
Enhanced test5 0.27 (0.27->master)
This commit is contained in:
commit
6a8bbcd21e
@ -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…
Reference in New Issue
Block a user