diff options
author | zimbatm <zimbatm@zimbatm.com> | 2019-09-18T11·40+0000 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2020-01-05T15·30+0100 |
commit | c94fd5f51a3c11e07a278d43bcf453c16507e58e (patch) | |
tree | dced4f9106ac649f78ae6cade59d90541c60c66c /tests | |
parent | 60429b86ba51c62b7a3f50a9ee46572a369a9e92 (diff) |
function-trace: always show the trace
If the user invokes nix with --trace-function-calls it means that they want to see the trace. (cherry picked from commit 619cc4af855fab7b0400586a4fd40745b23e72ad)
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/function-trace.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/function-trace.sh b/tests/function-trace.sh index f7d93b4356e5..182a4d5c287a 100755 --- a/tests/function-trace.sh +++ b/tests/function-trace.sh @@ -8,7 +8,6 @@ expect_trace() { actual=$( nix-instantiate \ --trace-function-calls \ - -vvvv \ --expr "$expr" 2>&1 \ | grep "function-trace" \ | sed -e 's/ [0-9]*$//' |