Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit015c944

Browse files
authored
Reliability --- Additional diagnostics for fsharpqa build (#2663)
* Was overtesting portable coreunit tests* Add additional diagnostic logging for fsharpqa tests
1 parentf78fee3 commit015c944

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

‎tests/fsharpqa/Source/run.pl‎

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,10 +420,17 @@ sub RunCompilerCommand {
420420
# remainder of response is output of compiler
421421
@CommandOutput = <$remote>;
422422

423+
print"--------------------------------------------------------\n";
424+
print"Error from hosted compiler\n";
425+
print"Exit code:$ExitCode\n";
426+
print"Error:$Type\n";
427+
print@CommandOutput;
428+
print"--------------------------------------------------------\n";
429+
423430
# still some issues with reliability of hosted compiler.
424431
# if compilation unexpectedly fails, try again with standard compiler
425432
if ($ExitCode && ($Type < TEST_SEEK_ERROR)) {
426-
return RunCommand($msg,$cmd);
433+
return RunCommand($msg,$cmd);
427434
}
428435

429436
return$ExitCode;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp