mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-29 07:57:20 +02:00
Unit Tests - fix
- The unit tests for color were still linking against color.o, instead of the new Color.o. Subtle, but wrong.
This commit is contained in:
parent
179b51278f
commit
9f9c19d4ae
3 changed files with 5 additions and 4 deletions
|
@ -30,5 +30,5 @@ echo -n 'Pass: '
|
|||
grep ^ok all.log | wc -l
|
||||
echo -n 'Fail: '
|
||||
grep ^not all.log | wc -l
|
||||
echo -n 'Runtime: '
|
||||
echo -n 'Runtime: '
|
||||
echo $RUNTIME
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue