mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-22 11:13:09 +02:00
Feature #1250
- #1250 Support out-of-tree test runs (thanks to Jakub Wilk).
This commit is contained in:
parent
5cfd7b0cc6
commit
09f577536a
9 changed files with 43 additions and 15 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue