From 27ce133c59dadf301b17bb4a15ce7c8f9b11fdc7 Mon Sep 17 00:00:00 2001 From: David Smith Date: Wed, 21 May 2014 15:21:41 -0500 Subject: [PATCH] Improve BZ16956 by testing nd_syscall tapset without debuginfo. * testsuite/systemtap.syscall/nd_syscall.exp: Make sure the nd_syscall tapset isn't using debuginfo by setting SYSTEMTAP_DEBUGINFO_PATH to /dev/null. --- testsuite/systemtap.syscall/nd_syscall.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuite/systemtap.syscall/nd_syscall.exp b/testsuite/systemtap.syscall/nd_syscall.exp index 196ed170a..226c0f0ba 100644 --- a/testsuite/systemtap.syscall/nd_syscall.exp +++ b/testsuite/systemtap.syscall/nd_syscall.exp @@ -19,7 +19,7 @@ proc test_procedure {} { # here, then just use it down in run_one_test(). The test script # uses wildcards to cover every syscall and takes time to parse. set script "$srcdir/$subdir/${test_script}" - set cmd "stap -p4 -m ${test_module_name} --skip-badvars ${script}" + set cmd "SYSTEMTAP_DEBUGINFO_PATH=/dev/null stap -p4 -m ${test_module_name} --skip-badvars ${script}" exec /bin/rm -f ${test_module} catch {eval exec $cmd} output send_log $output -- 2.43.5