osmith submitted this change.
testenv/README: fix markdown syntax
Put the two wget lines into a code block, otherwise the line break is
omitted and it looks weird.
Change-Id: Ia61d56cdf4822595e2a05b320e387a079bdbfeb2
---
M _testenv/README.md
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/_testenv/README.md b/_testenv/README.md
index 2a08e7d..11cd8bd 100644
--- a/_testenv/README.md
+++ b/_testenv/README.md
@@ -32,8 +32,10 @@
When using `-C`, testenv uses a `.linux` file in the `osmo-ttcn3-hacks` dir as
kernel. You can download a pre-built kernel from jenkins:
+```
$ wget -O .linux "https://jenkins.osmocom.org/jenkins/job/build-kernel-torvalds/lastSuccessfulBuild/artifact/output/linux"
$ wget -O .linux "https://jenkins.osmocom.org/jenkins/job/build-kernel-net-next/lastSuccessfulBuild/artifact/output/linux"
+```
Or build your own kernel, see:
https://gitea.osmocom.org/osmocom/osmo-ci/src/branch/master/scripts/kernel
To view, visit change 39732. To unsubscribe, or for help writing mail filters, visit settings.