Skip to content

Commit

Permalink
Debug strange ARM32 infra issue
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalStrehovsky committed Apr 22, 2024
1 parent d5101fe commit 26dcce4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tests/Common/CoreCLRTestLibrary/OutOfProcessTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ public static void RunOutOfProcessTest(string assemblyPath)
return;
}

Console.WriteLine($"Creating '{outputDir}', asmPath: '{assemblyPath}'");
System.IO.Directory.CreateDirectory(outputDir);

ret = wrapper.RunTest(testExecutable, outputFile, errorFile, Assembly.GetEntryAssembly()!.FullName!, testBinaryBase, outputDir);
Expand Down

0 comments on commit 26dcce4

Please sign in to comment.