File tree Expand file tree Collapse file tree
dotnet_3/em/embedded/rest Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,10 +27,7 @@ private static void Main(string[] args) {
2727
2828 if ( args . Length > 1 ) {
2929 _sutPort = Int32 . Parse ( args [ 1 ] ) ;
30- } else {
31- var ephemeralPort = embeddedEvoMasterController . GetEphemeralTcpPort ( ) ;
32- _sutPort = ephemeralPort ;
33- }
30+ }
3431
3532 var instrumentedSutStarter = new InstrumentedSutStarter ( embeddedEvoMasterController ) ;
3633
Original file line number Diff line number Diff line change @@ -22,10 +22,7 @@ static void Main(string[] args) {
2222
2323 if ( args . Length > 1 ) {
2424 _sutPort = Int32 . Parse ( args [ 1 ] ) ;
25- } else {
26- var ephemeralPort = embeddedEvoMasterController . GetEphemeralTcpPort ( ) ;
27- _sutPort = ephemeralPort ;
28- }
25+ }
2926
3027
3128 var instrumentedSutStarter = new InstrumentedSutStarter ( embeddedEvoMasterController ) ;
Original file line number Diff line number Diff line change @@ -32,10 +32,7 @@ static void Main(string[] args) {
3232
3333 if ( args . Length > 1 ) {
3434 _sutPort = Int32 . Parse ( args [ 1 ] ) ;
35- } else {
36- var ephemeralPort = embeddedEvoMasterController . GetEphemeralTcpPort ( ) ;
37- _sutPort = ephemeralPort ;
38- }
35+ }
3936
4037 var instrumentedSutStarter = new InstrumentedSutStarter ( embeddedEvoMasterController ) ;
4138
Original file line number Diff line number Diff line change @@ -21,10 +21,7 @@ static void Main(string[] args) {
2121
2222 if ( args . Length > 1 ) {
2323 _sutPort = Int32 . Parse ( args [ 1 ] ) ;
24- } else {
25- var ephemeralPort = embeddedEvoMasterController . GetEphemeralTcpPort ( ) ;
26- _sutPort = ephemeralPort ;
27- }
24+ }
2825
2926 var instrumentedSutStarter = new InstrumentedSutStarter ( embeddedEvoMasterController ) ;
3027
You can’t perform that action at this time.
0 commit comments