about summary refs log tree commit diff
path: root/tests/function-trace.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/function-trace.sh')
-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 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]*$//'