diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2022-12-12 13:52:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-12 13:52:56 +0100 |
commit | 7396844676651ea8ee017b9c7578581c5885e0f9 (patch) | |
tree | 833bdba53fb55598959a3f7f1ea355cff21c9d26 /tests/function-trace.sh | |
parent | c00fb26bed74531882c8f059094bf9e74a715c08 (diff) | |
parent | c66c904a057fa66c5d5c0d9fdf79196efb28f4b6 (diff) |
Merge pull request #7421 from edolstra/lazy-trees-trivial-changes
Trivial changes from the lazy-trees branch
Diffstat (limited to 'tests/function-trace.sh')
-rwxr-xr-x | tests/function-trace.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/function-trace.sh b/tests/function-trace.sh index 0b7f49d82..d68e10df5 100755 --- a/tests/function-trace.sh +++ b/tests/function-trace.sh @@ -11,7 +11,7 @@ expect_trace() { --expr "$expr" 2>&1 \ | grep "function-trace" \ | sed -e 's/ [0-9]*$//' - ); + ) echo -n "Tracing expression '$expr'" set +e |