Entab runTest()

v0.27.3
clanmills 5 years ago
parent cdaf5c5110
commit f372a488ca

@ -4,16 +4,16 @@
# run a test
runTest()
{
local prog=$1
shift
(
mkdir -p $here/tmp
cd $here/tmp
if [ ! -z $EXIV2_ECHO ]; then
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