summaryrefslogtreecommitdiff
path: root/ubuntu/uprobes_systemtap_test.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'ubuntu/uprobes_systemtap_test.yaml')
-rw-r--r--ubuntu/uprobes_systemtap_test.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/ubuntu/uprobes_systemtap_test.yaml b/ubuntu/uprobes_systemtap_test.yaml
index 21fa7dd..daa9526 100644
--- a/ubuntu/uprobes_systemtap_test.yaml
+++ b/ubuntu/uprobes_systemtap_test.yaml
@@ -23,10 +23,11 @@ install:
- openssh-server
- expect
- xz-utils
+ - u-boot-tools
steps:
- 'cat /proc/version'
- - 'ls -l /lib/modules/`uname -r`/build/'
+ - 'ls -l /lib/modules/`uname -r`/build/ | true'
- 'cd /usr/src/'
- 'wget --no-check-certificate https://fedorahosted.org/releases/e/l/elfutils/0.159/elfutils-0.159.tar.bz2'
- 'echo PASS: wget_elfutils'