File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
tests/FSharp.Test.Utilities Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -245,8 +245,9 @@ let config configurationName envVars =
245245 File.Copy( coreclrdll, Path.GetDirectoryName( ILDASM) ++ CORECLR_ DLL, overwrite= true )
246246 File.Copy( coreclrdll, Path.GetDirectoryName( ILASM) ++ CORECLR_ DLL, overwrite= true )
247247
248- let FSI_FOR_SCRIPTS = ( " fsi" ++ configurationName ++ fsiArchitecture ++ " fsi.exe" )
249- let FSI = requireArtifact FSI_ FOR_ SCRIPTS
248+ let FSI_PATH = ( " fsi" ++ configurationName ++ fsiArchitecture ++ " fsi.exe" )
249+ let FSI_FOR_SCRIPTS = requireArtifact FSI_ PATH
250+ let FSI = requireArtifact FSI_ PATH
250251#if ! NETCOREAPP
251252 let FSIANYCPU = requireArtifact ( " fsiAnyCpu" ++ configurationName ++ " net472" ++ " fsiAnyCpu.exe" )
252253#endif
@@ -273,7 +274,7 @@ let config configurationName envVars =
273274 FSIANYCPU = FSIANYCPU
274275#endif
275276 FSI_ FOR_ SCRIPTS = FSI_ FOR_ SCRIPTS
276- FSharpBuild = FSharpBuild
277+ SharpBuild = FSharpBuild
277278 FSharpCompilerInteractiveSettings = FSharpCompilerInteractiveSettings
278279 csc_ flags = csc_ flags
279280 fsc_ flags = fsc_ flags
@@ -296,6 +297,7 @@ let logConfig (cfg: TestConfig) =
296297#if ! NETCOREAPP
297298 log " FSIANYCPU =%s " cfg.FSIANYCPU
298299#endif
300+ log " FSI_FOR_SCRIPTS =%s " cfg.FSI_ FOR_ SCRIPTS
299301 log " fsi_flags =%s " cfg.fsi_ flags
300302 log " ILDASM =%s " cfg.ILDASM
301303 log " PEVERIFY =%s " cfg.PEVERIFY
You can’t perform that action at this time.
0 commit comments