osmith has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/39732?usp=email )
Change subject: testenv/README: fix markdown syntax
......................................................................
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(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/32/39732/1
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
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/39732?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Ia61d56cdf4822595e2a05b320e387a079bdbfeb2
Gerrit-Change-Number: 39732
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>