Change in osmo-gsm-tester[master]: doc/manuals: Fix callout definition in code block

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

pespin gerrit-no-reply at lists.osmocom.org
Tue Jun 16 09:41:54 UTC 2020


pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-gsm-tester/+/18854 )


Change subject: doc/manuals: Fix callout definition in code block
......................................................................

doc/manuals: Fix callout definition in code block

Currently osmo-gsm-tester master jenkins build fails while building
manual due to errors like:
"asciidoc: WARNING: test_api.adoc: line 42: no callouts refer to list
item 1"

According to asciidoc documentation in [1], code examples can be
annotated with callouts, but callouts need to be put inside source code
comments.

[1] http://www.methods.co.nz/asciidoc/chunked/ch20.html

Change-Id: I2213874592342b12adf7440b25edc706abfc78ba
---
M doc/manuals/chapters/test_api.adoc
1 file changed, 4 insertions(+), 4 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-gsm-tester refs/changes/54/18854/1

diff --git a/doc/manuals/chapters/test_api.adoc b/doc/manuals/chapters/test_api.adoc
index f159348..c0a2ee8 100644
--- a/doc/manuals/chapters/test_api.adoc
+++ b/doc/manuals/chapters/test_api.adoc
@@ -34,10 +34,10 @@
 process locally in the same host and wait for its termination:
 [source,python]
 ----
-proc = process.Process('process_description_name', working_dir_to_store_logs, 'sleep 4') <1>
-tenv.remember_to_stop(proc) <2>
-proc.launch() <3>
-proc.wait() <4>
+proc = process.Process('process_description_name', working_dir_to_store_logs, 'sleep 4') # <1>
+tenv.remember_to_stop(proc) # <2>
+proc.launch() # <3>
+proc.wait() # <4>
 ----
 <1> Create process object. This line doesn't yet runs it.
 <2> Make sure the core will kill the process if this test fails

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-gsm-tester/+/18854
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-gsm-tester
Gerrit-Branch: master
Gerrit-Change-Id: I2213874592342b12adf7440b25edc706abfc78ba
Gerrit-Change-Number: 18854
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200616/9c9bc3e5/attachment.htm>


More information about the gerrit-log mailing list