From 4b2c00f227ae98c5bdb450c11af1251724ede4ea Mon Sep 17 00:00:00 2001 From: brian khuu Date: Sun, 12 May 2024 01:17:28 +1000 Subject: [PATCH] debug-test.sh: minor doc fix --- docs/debugging-tests.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/debugging-tests.md b/docs/debugging-tests.md index 620f65560..51a125e19 100644 --- a/docs/debugging-tests.md +++ b/docs/debugging-tests.md @@ -45,7 +45,7 @@ make -j The output of this command will give you the command & arguments needed to run GDB. -* `-R test-tokenizer` : looks for all the test files named test-tokenizer* (R=Regex) +* `-R test-tokenizer` : looks for all the test files named `test-tokenizer*` (R=Regex) * `-N` : "show-only" disables test execution & shows test commands that you can feed to GDB. * `-V` : Verbose Mode