aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2019-10-04 17:26:32 +0200
committerEelco Dolstra <edolstra@gmail.com>2019-10-04 17:26:32 +0200
commita323b7826c1104a6404c5fdfd4a824a0d5598618 (patch)
tree9ff2d0abe60218b5be032db8352d22628c1d0eca /tests
parent21e2088c1b6f5458f31fd368f416d45e4eb2bc5f (diff)
parent93b1ce1ac522ff92626da5cdd689008063935844 (diff)
Merge remote-tracking branch 'origin/master' into flakes
Diffstat (limited to 'tests')
-rwxr-xr-xtests/function-trace.sh1
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]*$//'