From 42e99371584cc26c637fcc332de437d2c646f324 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Tue, 8 Mar 2022 18:04:41 -0800 Subject: [PATCH] test-runner: Update help information This updates usage so it list -l/--emulator properly: test-runner - Automated test execution utility Usage: test-runner [options] [--] [args] Options: -a, --auto Find tests and run them -d, --dbus Start D-Bus daemon -m, --monitor Start btmon -l, --emulator Start btvirt -u, --unix [path] Provide serial device -q, --qemu QEMU binary -k, --kernel Kernel image (bzImage) -h, --help Show help options --- tools/test-runner.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/test-runner.c b/tools/test-runner.c index 87a6ba958..fd7b3b1b7 100644 --- a/tools/test-runner.c +++ b/tools/test-runner.c @@ -906,6 +906,7 @@ static void usage(void) "\t-a, --auto Find tests and run them\n" "\t-d, --dbus Start D-Bus daemon\n" "\t-m, --monitor Start btmon\n" + "\t-l, --emulator Start btvirt\n" "\t-u, --unix [path] Provide serial device\n" "\t-q, --qemu QEMU binary\n" "\t-k, --kernel Kernel image (bzImage)\n" -- 2.47.3