From a16a8a852077b0c471cf12ef75dc5e8a41333533 Mon Sep 17 00:00:00 2001 From: Russ Keldorph Date: Mon, 22 May 2017 11:24:09 -0700 Subject: Revert "Fixed tests build on Linux" --- tests/runtest.proj | 29 ++++++++++++----------------- 1 file changed, 12 insertions(+), 17 deletions(-) (limited to 'tests/runtest.proj') diff --git a/tests/runtest.proj b/tests/runtest.proj index 1131d79e9b..2a797bc81a 100644 --- a/tests/runtest.proj +++ b/tests/runtest.proj @@ -78,12 +78,12 @@ $(_XunitEpilog) 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library - .NETFramework - v4.5 + .NETFramework + v4.5 net45 true true - {786C830F-07A1-408B-BD7F-6EE04809D6DB}%3B{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} ..\..\ BuildOnly true @@ -100,11 +100,11 @@ $(_XunitEpilog) - + {8ffe99c0-22f8-4462-b839-970eac1b3472} coreclr - + {8ffe99c0-22f8-4462-b839-970eac1b3472} coreclr @@ -152,10 +152,8 @@ $(_XunitEpilog) <_CMDDIR_Parent>$([System.IO.Path]::GetDirectoryName($(_CMDDIR))) <_CMDDIR_Grandparent>$([System.IO.Path]::GetDirectoryName($(_CMDDIR_Parent))) - $([System.String]::Copy('$(_CMDDIR)').Replace("$(_CMDDIR_Grandparent)\","")) - $([System.String]::Copy('$(_CMDDIR)').Replace("$(_CMDDIR_Grandparent)/","")) - $([System.String]::Copy('$(CategoryWithSlash)').Replace('\','.')) - $([System.String]::Copy('$(CategoryWithSlash)').Replace('/','.')) + $([System.String]::Copy('$(_CMDDIR)').Replace($(_CMDDIR_Grandparent)\,'')) + $([System.String]::Copy('$(CategoryWithSlash)').Replace('\','.')) $(Category).XUnitWrapper $(XunitWrapperGeneratedCSDirBase)$(Category) $(XunitWrapperOutputIntermediatedDirBase)$(Category) @@ -222,16 +220,14 @@ namespace $([System.String]::Copy($(Category)).Replace(".","_").Replace("\",""). - - + - <_FactName Condition="'$(BuildOS)' == 'Windows_NT'" >$([System.String]::Copy('%(AllCMDs.FullPath)').Replace("$(_CMDDIR)",'').Replace(".","_").Replace("\","_").Replace("-","_")) - <_ClassName Condition="'$(BuildOS)' == 'Windows_NT'" >$([System.String]::Copy('%(AllCMDs.FullPath)').Replace("$(_CMDDIR)",'').Replace("cmd","").Replace(".","_").Replace("\","_").Replace("-","_")) - <_FactName Condition="'$(BuildOS)' != 'Windows_NT'" >$([System.String]::Copy('%(AllCMDs.FullPath)').Replace("$(_CMDDIR)",'').Replace(".","_").Replace("/","_").Replace("-","_")) - <_ClassName Condition="'$(BuildOS)' != 'Windows_NT'" >$([System.String]::Copy('%(AllCMDs.FullPath)').Replace("$(_CMDDIR)",'').Replace("sh","").Replace(".","_").Replace("/","_").Replace("-","_")) + <_FactName>$([System.String]::Copy('%(AllCMDs.FullPath)').Replace("$(_CMDDIR)",'').Replace(".","_").Replace("\","_").Replace("-","_")) + <_ClassName>$([System.String]::Copy('%(AllCMDs.FullPath)').Replace("$(_CMDDIR)",'').Replace("cmd","").Replace(".","_").Replace("\","_").Replace("-","_")) + <_XunitFact > - - + -- cgit v1.2.3