fhtagn icon indicating copy to clipboard operation
fhtagn copied to clipboard

It would be nice to render the environment variables in the failed command

Open xonixx opened this issue 10 months ago • 0 comments

Rationale

It would be convenient to be able to take a command and run it separately to debug. Now due to the variable in use - this requires additional actions to replace it with actual value.

tests/32_calls.tush:83: $ ./$MAKESURE -f tests/32_calls_pg.sh c
--- expected
+++ actual
@@ -2,5 +2,5 @@
 |   goal 'pg@a_val@b_val' ...
 | pg body: a_val b_val
 |   goal 'pg@a_val@b_val' ...
-| pg body: a_val b_val1
+| pg body: a_val b_val

xonixx avatar Feb 08 '25 23:02 xonixx