Skip to content

Commit f754052

Browse files
ngbrownmichaelklishin
authored andcommitted
Remove forcing the node name from the unit tests.
1 parent 9bfcadb commit f754052

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/client/Unit/src/unit/Fixtures.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ protected Process ExecCommand(string ctl, string args, string changeDirTo)
442442
cmd = ctl;
443443
} else {
444444
cmd = "cmd.exe";
445-
args = "/c \"\"" + ctl + "\" -n rabbit@" + (Environment.GetEnvironmentVariable("COMPUTERNAME").ToLower()) + " " + args + "\"";
445+
args = "/c \"\"" + ctl + "\" " + args + "\"";
446446
}
447447

448448
try {

0 commit comments

Comments
 (0)