From faa1ab2515e75876d2e9f5cf60b687d8c6fa8011 Mon Sep 17 00:00:00 2001 From: Naresh Kamboju Date: Thu, 23 Jul 2015 17:35:07 +0530 Subject: uprobes-systemtap-test: fix elfutils automake Change-Id: I9ab6ede271b7e09b0076e562877d1cb043c3be87 Signed-off-by: Naresh Kamboju --- ubuntu/native-uprobes-systemtap-test.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'ubuntu') 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' -- cgit v1.2.3