summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.base
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/systemtap.base')
-rw-r--r--testsuite/systemtap.base/sdt.exp6
1 files changed, 2 insertions, 4 deletions
diff --git a/testsuite/systemtap.base/sdt.exp b/testsuite/systemtap.base/sdt.exp
index 74818beb..9e5dfc37 100644
--- a/testsuite/systemtap.base/sdt.exp
+++ b/testsuite/systemtap.base/sdt.exp
@@ -33,8 +33,7 @@ if { $res != "" } {
}
if {[installtest_p]} {
-# XXX: we need distinct test names for these
- stap_run2 $srcdir/$subdir/$test.stp -c ./$test.prog
+ stap_run3 "$test $extra_flag" $srcdir/$subdir/$test.stp -c ./$test.prog
} else {
untested "$test $extra_flag"
}
@@ -56,8 +55,7 @@ if { $res != "" } {
}
if {[installtest_p]} {
-# XXX: we need distinct test names for these
- stap_run2 $srcdir/$subdir/$test.stp -c ./$test.prog
+ stap_run3 "$test c++ $extra_flag" $srcdir/$subdir/$test.stp -c ./$test.prog
} else {
untested "$test c++ $extra_flag"
}