Entab runTest()

v0.27.3
clanmills 5 years ago
parent cdaf5c5110
commit f372a488ca

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

Loading…
Cancel
Save