diff options
author | fche <fche> | 2008-02-13 03:33:18 +0000 |
---|---|---|
committer | fche <fche> | 2008-02-13 03:33:18 +0000 |
commit | 4bab8964266929ec9356590db0d0fe51607c4b6b (patch) | |
tree | 991aac2cdd5f0508a5857fa72623524017475070 /testsuite/systemtap.context/pid.tcl | |
parent | 21beacc9a00ea48763048151c370e205c5f23379 (diff) | |
download | systemtap-steved-4bab8964266929ec9356590db0d0fe51607c4b6b.tar.gz systemtap-steved-4bab8964266929ec9356590db0d0fe51607c4b6b.tar.xz systemtap-steved-4bab8964266929ec9356590db0d0fe51607c4b6b.zip |
2008-02-12 Frank Ch. Eigler <fche@elastic.org>
* systemtap.context/context.exp: Build temporary modules under
build tree, to tolerate read-only source trees.
* {args,backtrace,pid}.tcl: Corresponding changes.
* systemtap_test_module2.c: Add a bunch of asm("")'s to prevent
inlining even better than noinline does.
Diffstat (limited to 'testsuite/systemtap.context/pid.tcl')
-rw-r--r-- | testsuite/systemtap.context/pid.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/systemtap.context/pid.tcl b/testsuite/systemtap.context/pid.tcl index c96d922f..a2c091f1 100644 --- a/testsuite/systemtap.context/pid.tcl +++ b/testsuite/systemtap.context/pid.tcl @@ -1,5 +1,5 @@ set tests [list execname pexecname pid ppid tid uid euid gid egid] -spawn stap pid.stp +spawn stap $srcdir/$subdir/pid.stp #exp_internal 1 expect { -timeout 240 |