mirror of
https://github.com/sstephenson/bats.git
synced 2024-11-17 11:42:33 +01:00
Remove defunct comment-pad trimming
This commit is contained in:
parent
4b3670d4cb
commit
d2c5b9ef71
|
@ -140,9 +140,6 @@ while IFS= read -r line; do
|
||||||
failures=$(( $failures + 1 ))
|
failures=$(( $failures + 1 ))
|
||||||
buffer fail
|
buffer fail
|
||||||
;;
|
;;
|
||||||
"# "* )
|
|
||||||
buffer log "${line:5}"
|
|
||||||
;;
|
|
||||||
"# "* )
|
"# "* )
|
||||||
|
|
||||||
buffer log "${line:2}"
|
buffer log "${line:2}"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user