summaryrefslogtreecommitdiff
path: root/ubuntu
diff options
context:
space:
mode:
Diffstat (limited to 'ubuntu')
-rw-r--r--ubuntu/native-uprobes-systemtap-test.yaml5
1 files changed, 4 insertions, 1 deletions
diff --git a/ubuntu/native-uprobes-systemtap-test.yaml b/ubuntu/native-uprobes-systemtap-test.yaml
index 79cf643..eec9027 100644
--- a/ubuntu/native-uprobes-systemtap-test.yaml
+++ b/ubuntu/native-uprobes-systemtap-test.yaml
@@ -24,6 +24,7 @@ install:
- expect
- xz-utils
- git
+ - automake
steps:
- 'cat /proc/version'
@@ -31,7 +32,9 @@ install:
- 'cd /usr/src/'
- 'git clone git://git.fedorahosted.org/git/elfutils.git'
- 'git clone git://sourceware.org/git/systemtap.git'
- - 'cd systemtap'
+ - 'cd elfutils'
+ - 'autoreconf -vfi'
+ - 'cd ../systemtap'
- 'cp /usr/share/dejagnu/* . -a'
- 'echo "skip tests which are known to hang"'
- 'mv testsuite/systemtap.base/poll_map.exp testsuite/systemtap.base/poll_map.exp.back'