diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2019-10-04 17:26:32 +0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2019-10-04 17:26:32 +0200 |
commit | a323b7826c1104a6404c5fdfd4a824a0d5598618 (patch) | |
tree | 9ff2d0abe60218b5be032db8352d22628c1d0eca /tests | |
parent | 21e2088c1b6f5458f31fd368f416d45e4eb2bc5f (diff) | |
parent | 93b1ce1ac522ff92626da5cdd689008063935844 (diff) |
Merge remote-tracking branch 'origin/master' into flakes
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 f7d93b435..182a4d5c2 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]*$//' |