test-runner: Update help information
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Wed, 9 Mar 2022 02:04:41 +0000 (18:04 -0800)
committerAyush Garg <ayush.garg@samsung.com>
Mon, 15 May 2023 09:25:53 +0000 (14:55 +0530)
This updates usage so it list -l/--emulator properly:

test-runner - Automated test execution utility
Usage:
test-runner [options] [--] <command> [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 <path>      QEMU binary
-k, --kernel <image>   Kernel image (bzImage)
-h, --help             Show help options

Signed-off-by: Manika Shrivastava <manika.sh@samsung.com>
Signed-off-by: Ayush Garg <ayush.garg@samsung.com>
tools/test-runner.c

index 5bc0d8d..d542c97 100755 (executable)
@@ -909,6 +909,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 <path>      QEMU binary\n"
                "\t-k, --kernel <image>   Kernel image (bzImage)\n"