summaryrefslogtreecommitdiffstats
path: root/buildrun.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'buildrun.cxx')
-rw-r--r--buildrun.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildrun.cxx b/buildrun.cxx
index 803cc91f..1c5ce0f6 100644
--- a/buildrun.cxx
+++ b/buildrun.cxx
@@ -105,7 +105,7 @@ run_pass (systemtap_session& s)
// for now, just spawn staprun
string staprun_cmd = string("sudo ")
+ string(BINDIR) + "/staprun "
- + (s.verbose>1 ? "" : "-q ")
+ + (s.verbose>1 ? "-v " : "")
+ "-u " + username + " "
+ (s.output_file.empty() ? "" : "-o " + s.output_file + " ");