summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2022-10-28 16:43:28 -0700
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2022-10-28 16:43:28 -0700
commitb3f76b30ec9d0e06d44a9240698698926df9e333 (patch)
tree254a7b50a91e7aaf73831dbb335c3c44d9d5acc5 /tools
parentf65b4d5fc77f6ed23f79eebe37a3db6ef9f6cc7a (diff)
downloadbluez-b3f76b30ec9d0e06d44a9240698698926df9e333.tar.gz
tools/test-runner: Remove bluetooth.enable_ecred
L2CAP ECRED is now enabled by default by the following kernel change: 98f18bb78b7d ("Bluetooth: Add CONFIG_BT_LE_L2CAP_ECRED")
Diffstat (limited to 'tools')
-rw-r--r--tools/test-runner.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/test-runner.c b/tools/test-runner.c
index 560d638e4..6660ea8de 100644
--- a/tools/test-runner.c
+++ b/tools/test-runner.c
@@ -250,7 +250,6 @@ static void start_qemu(void)
"rootfstype=9p "
"rootflags=trans=virtio,version=9p2000.u "
"acpi=off pci=noacpi noapic quiet ro init=%s "
- "bluetooth.enable_ecred=1 "
"TESTHOME=%s TESTDBUS=%u TESTDAEMON=%u "
"TESTDBUSSESSION=%u XDG_RUNTIME_DIR=/run/user/0 "
"TESTAUDIO=%u "