diff options
author | fche <fche> | 2007-03-14 15:20:45 +0000 |
---|---|---|
committer | fche <fche> | 2007-03-14 15:20:45 +0000 |
commit | 5ba96b9022078048e9f916431d3b8792a9dc8615 (patch) | |
tree | 8a9ef21f25cbb117e2473d96730a07f89e2559d2 /testsuite/semok/nine.stp | |
parent | 3b6fd2ea934f1d75174e5a786701c90f32553fe8 (diff) | |
download | systemtap-steved-5ba96b9022078048e9f916431d3b8792a9dc8615.tar.gz systemtap-steved-5ba96b9022078048e9f916431d3b8792a9dc8615.tar.xz systemtap-steved-5ba96b9022078048e9f916431d3b8792a9dc8615.zip |
2007-03-13 Frank Ch. Eigler <fche@redhat.com>
PR 4171.
* Makefile.am (check, installcheck): Pass build-tree pointers
in environment variables.
* configure.ac: Run separate configury for testsuite/.
* configure, Makefile.in: Regenerated.
2007-03-14 Frank Ch. Eigler <fche@redhat.com>
PR 4171.
* configure.ac, configure, aclocal.m4: New files to permit
testsuite-only build tree.
* Makefile.am (RUNTEST): Arrange a crazy concoction of
environment/make variable for runtest.
* Makefile.in: Regenerated.
* */*.stp: Switch test cases from "./stap" to "stap" throughout.
* lib/systemtap.exp: Assume/trace environment variables.
(stap_run_batch): Add "#! stap"-handling hack.
Diffstat (limited to 'testsuite/semok/nine.stp')
-rwxr-xr-x | testsuite/semok/nine.stp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/semok/nine.stp b/testsuite/semok/nine.stp index f1a48c6f..b95eefcf 100755 --- a/testsuite/semok/nine.stp +++ b/testsuite/semok/nine.stp @@ -1,3 +1,3 @@ #! /bin/sh -./stap -p2 -I${SRCDIR}/testsuite/semlib -e 'probe begin { g2[1] = 0 }' +stap -p2 -I${SRCDIR}/testsuite/semlib -e 'probe begin { g2[1] = 0 }' |