From 42048078ab7712361ce54fa9face358f75e1d699 Mon Sep 17 00:00:00 2001 From: David Smith Date: Wed, 10 Feb 2010 16:35:46 -0600 Subject: Fixed PR 11270 by adding nd_syscall testcase. * testsuite/systemtap.syscall/test.tcl: Now uses global variable 'test_script' to find test script to run. * testsuite/systemtap.syscall/syscall.exp: Sets test_script. * testsuite/systemtap.syscall/nd_sys.stp: New test script. Copy of sys.stp, but uses nd_syscall probes. * testsuite/systemtap.syscall/nd_syscall.exp: New testcase. Copy of syscall.exp, but uses nd_sys.stp test script. --- testsuite/systemtap.syscall/syscall.exp | 1 + 1 file changed, 1 insertion(+) (limited to 'testsuite/systemtap.syscall/syscall.exp') diff --git a/testsuite/systemtap.syscall/syscall.exp b/testsuite/systemtap.syscall/syscall.exp index a4978997..3316c4a5 100644 --- a/testsuite/systemtap.syscall/syscall.exp +++ b/testsuite/systemtap.syscall/syscall.exp @@ -1,3 +1,4 @@ +set test_script "sys.stp" source $srcdir/$subdir/test.tcl proc test_procedure {} { -- cgit