mirror of
https://github.com/sstephenson/bats.git
synced 2026-02-25 17:28:11 +01:00
Remove defunct comment-pad trimming
This commit is contained in:
@@ -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}"
|
||||||
|
|||||||
Reference in New Issue
Block a user