jgabaut / amboso

Build tool wrapping make. Written in bash.
GNU General Public License v3.0
4 stars 0 forks source link

[BUG] Test record have a trailing $ on every line #75

Closed jgabaut closed 11 months ago

jgabaut commented 11 months ago

All test record files have a trailing $ on each line. This could be related to the escaping done on the output.

To Reproduce Steps to reproduce the behavior:

  1. Run amboso -Tb for any test
  2. Check test.stdout or test.stderr

Expected behavior Test output does not embed extra characters.