summaryrefslogtreecommitdiff
path: root/ubuntu
diff options
context:
space:
mode:
authorNaresh Kamboju <naresh.kamboju@linaro.org>2015-07-23 17:35:07 +0530
committerNaresh Kamboju <naresh.kamboju@linaro.org>2015-07-23 17:35:50 +0530
commitfaa1ab2515e75876d2e9f5cf60b687d8c6fa8011 (patch)
treef95d78c3d8f955d08f9e73d51f0eef4b484d2ca3 /ubuntu
parentab38da46eb5f79c0e7eef7a7c0a4c9cc2abac86f (diff)
uprobes-systemtap-test: fix elfutils automake
Change-Id: I9ab6ede271b7e09b0076e562877d1cb043c3be87 Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
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'