From 3c6568ef196a3592283792abbf2c485329bb1d30 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Sun, 26 Jun 2022 06:48:45 +0200 Subject: testsuite/pyunit/lsp: adjust README --- testsuite/pyunit/lsp/README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testsuite/pyunit/lsp/README b/testsuite/pyunit/lsp/README index 054a6630f..ec8f614e2 100644 --- a/testsuite/pyunit/lsp/README +++ b/testsuite/pyunit/lsp/README @@ -33,12 +33,12 @@ Transforms those files in json (which are easier to read and to process): > python3 -m pyGHDL.lsp.lsptools lsp2json < xxx/ghdl-ls.out > replies.json Substitute the root directory with `@ROOT@` (for privacy and relocation): +(The root directory is the parent directory of the test, so it is + xxx/ghdl/testsuite/pyunit/lsp) > sed -i -e 's!/home/me/test!@ROOT@' cmds.json > sed -i -e 's!/home/me/test!@ROOT@' replies.json -Attention: the uri must ends with a `/` (you will be notified if not) - Add a test in LanguageServer.py (use existing tests as a template) Adjust or improve this file. -- cgit v1.2.3