Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Commit

Permalink
Specify test-only client version in test debugger (#262)
Browse files Browse the repository at this point in the history
This will allow monitoring tools to distinguish the debugger used for
our testing from real debugging tools.

PR-URL: #262
  • Loading branch information
matthewloring authored May 16, 2017
1 parent cf06a70 commit 8571d85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/debugger.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ function Debugger(debug) {
/** @private {string} */
this.nextWaitToken_ = null;

this.clientVersion_ = pjson.name + '/client/v' + pjson.version;
this.clientVersion_ = pjson.name + '/client-for-testing/v' + pjson.version;
}

util.inherits(Debugger, common.ServiceObject);
Expand Down

0 comments on commit 8571d85

Please sign in to comment.