]> sourceware.org Git - systemtap.git/commitdiff
Improve BZ16956 by testing nd_syscall tapset without debuginfo.
authorDavid Smith <dsmith@redhat.com>
Wed, 21 May 2014 20:21:41 +0000 (15:21 -0500)
committerDavid Smith <dsmith@redhat.com>
Wed, 21 May 2014 20:21:41 +0000 (15:21 -0500)
* 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

index 196ed170a125ce986b87b68c336ef921a13acc1b..226c0f0ba3d442a613b048c023c4a8d3914b4605 100644 (file)
@@ -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
This page took 0.030957 seconds and 5 git commands to generate.