summaryrefslogtreecommitdiffstats
path: root/testsuite/lib/stap_run.exp
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2009-04-01 18:12:10 -0700
committerRoland McGrath <roland@redhat.com>2009-04-01 18:12:10 -0700
commit976c562d2da11592305260c6ed06d098b81dd491 (patch)
tree6180b861705834af410e414fca01215df9fba382 /testsuite/lib/stap_run.exp
parent3c960a7cfa61cbde19c0ad88045c8c1f6405ed87 (diff)
parent83ff01c2f669c66100a5cf7531dda9410a8ff6ce (diff)
downloadsystemtap-steved-976c562d2da11592305260c6ed06d098b81dd491.tar.gz
systemtap-steved-976c562d2da11592305260c6ed06d098b81dd491.tar.xz
systemtap-steved-976c562d2da11592305260c6ed06d098b81dd491.zip
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap
Diffstat (limited to 'testsuite/lib/stap_run.exp')
-rw-r--r--testsuite/lib/stap_run.exp1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/lib/stap_run.exp b/testsuite/lib/stap_run.exp
index a4beaa12..3043eeed 100644
--- a/testsuite/lib/stap_run.exp
+++ b/testsuite/lib/stap_run.exp
@@ -30,6 +30,7 @@ proc stap_run { TEST_NAME {LOAD_GEN_FUNCTION ""} {OUTPUT_CHECK_STRING ""} args }
if [file readable $test_file_name] {
lappend cmd $test_file_name
}
+ send_log "executing: $cmd\n"
eval spawn $cmd
expect {
-timeout 180