summaryrefslogtreecommitdiffstats
path: root/testsuite/lib/systemtap.exp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/lib/systemtap.exp')
-rw-r--r--testsuite/lib/systemtap.exp5
1 files changed, 4 insertions, 1 deletions
diff --git a/testsuite/lib/systemtap.exp b/testsuite/lib/systemtap.exp
index 8465b91f..5c644d25 100644
--- a/testsuite/lib/systemtap.exp
+++ b/testsuite/lib/systemtap.exp
@@ -48,6 +48,9 @@ proc setup_systemtap_environment {} {
set env(SYSTEMTAP_RUNTIME) $env(SRCDIR)/runtime
set env(PATH) ..:$env(PATH)
}
+
+ # Use a local systemtap directory and cache
+ set env(SYSTEMTAP_DIR) [exec pwd]/.systemtap
}
@@ -70,4 +73,4 @@ proc stap_run_batch {args} {
set results [wait]
verbose -log "wait results: $results"
return [lindex $results 3]
-} \ No newline at end of file
+}