Skip to content

Commit

Permalink
Do no create new windows when running tests with hosted compiler
Browse files Browse the repository at this point in the history
resolves #26 (changeset 1400126)
  • Loading branch information
latkin committed Jan 19, 2015
1 parent f67dd2c commit 6fcf60f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/fsharpqa/testenv/bin/runall.pl
Original file line number Diff line number Diff line change
Expand Up @@ -3866,7 +3866,7 @@ sub launch_compiler_host
"$dirName\\HostedCompilerServer.exe",
"HostedCompilerServer.exe $compilerServerPort",
0,
CREATE_NEW_CONSOLE,
CREATE_NO_WINDOW,
".")|| die "Error starting compiler server";

$ENV{HOSTED_COMPILER_PORT} = $compilerServerPort;
Expand Down

0 comments on commit 6fcf60f

Please sign in to comment.