mbox series

[GSoC,v2,0/3] t9811: Improve test coverage and clarity

Message ID 20250407111824.46518-1-anthonywang03@icloud.com (mailing list archive)
Headers show
Series t9811: Improve test coverage and clarity | expand

Message

Anthony Wang April 7, 2025, 11:18 a.m. UTC
In order to expose more testing outputs, we remove the piping of `git tag` 
outputs in order to expose the exit codes. In addition, we remove `-q` 
tags on instances of `grep` to ensure clarity. We also replace `grep` 
with `test_grep` to provide helpful debug output in case of test failure.

changes in v2:
--------------

- patch #2 and #3 have been added to reduce confusion caused by the 
  implications of `grep` followed by `grep -q`, and increase debug 
  output.
  

 t/t9811-git-p4-label-import.sh | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)