travis: Add test header
* Print a brief header to describe the test about to be run
This commit is contained in:
parent
caffc0b715
commit
61bb4a933c
@ -18,4 +18,4 @@ before_install:
|
||||
- docker run kylemanna/openvpn openssl version
|
||||
|
||||
script:
|
||||
- pushd tests && for i in *.sh; do "./$i"; done && popd
|
||||
- pushd tests && for i in *.sh; do echo -e "\n\n>> Running test $i\n\n"; "./$i"; done && popd
|
||||
|
Loading…
Reference in New Issue
Block a user