mbox series

[GSOC,0/1] Avoid suppression of git's exit code in tests

Message ID 20230326173147.39626-1-edwinfernando734@gmail.com (mailing list archive)
Headers show
Series Avoid suppression of git's exit code in tests | expand

Message

Edwin Fernando March 26, 2023, 5:31 p.m. UTC
This is a GSOC microproject. Address the problem of errors resulting
from calling git in the test scripts being suppressed. Suppressions
due to pipes and command substitution were encountered in this 
file (t/t3701). These regexs where used to search for such occurences
.*\<git\>.*|.* and .*$(.*git.*).* respectively (in vim).
Both types have been resolved and the tests pass as before commit.

Edwin Fernando (1):
  t3701: Avoid suppression of exit status of git

 t/t3701-add-interactive.sh | 25 ++++++++++++++++---------
 1 file changed, 16 insertions(+), 9 deletions(-)


base-commit: d15644fe0226af7ffc874572d968598564a230dd