mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-29 07:57:20 +02:00
Unit Tests - run_all
- Added script to run all unit tests and capture output.
This commit is contained in:
parent
8efd8620c8
commit
f8af5d999a
1 changed files with 11 additions and 0 deletions
11
src/tests/run_all
Executable file
11
src/tests/run_all
Executable file
|
@ -0,0 +1,11 @@
|
|||
!# /bin/bash
|
||||
|
||||
date > all.log
|
||||
|
||||
for i in *.t
|
||||
do
|
||||
./$i >> all.log 2>&1
|
||||
done
|
||||
|
||||
date >> all.log
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue