Skip to content
This repository was archived by the owner on Aug 16, 2021. It is now read-only.

Commit 31ae710

Browse files
committed
CI: align the list of tests&statuses
1 parent 4a174d9 commit 31ae710

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,9 @@ jobs:
2424
name: Tests
2525
command: |
2626
errcount=0
27+
printTail=" "
2728
for f in tests/*.sh; do
28-
printf "$f\t\t"
29+
printf "$f${printTail:0:-${#f}}"
2930
bash "$f" -H
3031
status=$?
3132
if [ $status -ne 0 ]; then

0 commit comments

Comments
 (0)