Message ID | 4275efc32fd4e63ffb25ee53fde2d24d5a60e6d7.1685283364.git.pav@iki.fi (mailing list archive) |
---|---|
State | Accepted |
Commit | 15eb57049b19df89701cf6ad0ced2a0c7cecc475 |
Headers | show |
Series | [BlueZ,1/4] iso-tester: Add tests for AC configuration reconnect | expand |
Context | Check | Description |
---|---|---|
tedd_an/pre-ci_am | success | Success |
tedd_an/CheckPatch | success | CheckPatch PASS |
tedd_an/GitLint | success | Gitlint PASS |
tedd_an/IncrementalBuild | success | Incremental Build PASS |
diff --git a/tools/test-runner.c b/tools/test-runner.c index 8b18f848a..d74bb1087 100644 --- a/tools/test-runner.c +++ b/tools/test-runner.c @@ -247,7 +247,7 @@ static void start_qemu(void) snprintf(cmdline, sizeof(cmdline), "console=ttyS0,115200n8 earlyprintk=serial " - "rootfstype=9p " + "no_hash_pointers=1 rootfstype=9p " "rootflags=trans=virtio,version=9p2000.u " "acpi=off pci=noacpi noapic quiet ro init=%s " "TESTHOME=%s TESTDBUS=%u TESTDAEMON=%u "