- #1250 Support out-of-tree test runs (thanks to Jakub Wilk).
This commit is contained in:
Paul Beckingham 2013-04-13 15:02:50 -04:00
parent 5cfd7b0cc6
commit 09f577536a
9 changed files with 43 additions and 15 deletions

View file

@ -5,7 +5,7 @@ then
for i in ${TESTBLOB}
do
echo '#' $i
./$i > test.log 2>&1
$i > test.log 2>&1
while read LINE
do
echo $LINE
@ -37,7 +37,7 @@ else
COUNT=`expr $COUNT + 1`
fi
./$i >> all.log 2>&1
$i >> all.log 2>&1
done
if [ $BAR -eq 1 ]; then