mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Unit tests
- run_all should also look for *.t.exe files on cygwin
This commit is contained in:
parent
109c6434f5
commit
b02bbb3c2c
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ if [ -x $VRAMSTEG ]; then
|
|||
START=$($VRAMSTEG --now)
|
||||
fi
|
||||
|
||||
for i in *.t
|
||||
for i in *.t *.t.exe
|
||||
do
|
||||
echo '#' $i >>all.log
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue