tools/debug: fix debug integration test.
Change-Id: I5addf76cf82d3338274528fe1e1580fef70af511
diff --git a/tools/debug/impl.go b/tools/debug/impl.go
index 99a81b2..a37355a 100644
--- a/tools/debug/impl.go
+++ b/tools/debug/impl.go
@@ -58,7 +58,7 @@
cmdStatsWatch.Flags.BoolVar(&showType, "type", false, "When true, the type of the values will be displayed.")
// pprof flags
- cmdPProfRun.Flags.StringVar(&pprofCmd, "pprofcmd", "veyron go tool pprof", "The pprof command to use.")
+ cmdPProfRun.Flags.StringVar(&pprofCmd, "pprofcmd", "v23 go tool pprof", "The pprof command to use.")
}
var cmdVtrace = &cmdline.Command{