Move OutputStandardOutputAndError test project with the other test projects.
Partial #1250
This commit is contained in:
parent
5c3bc7f340
commit
10b6191b3e
5 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ namespace StreamForwarderTests
|
||||||
public class StreamForwarderTests : TestBase
|
public class StreamForwarderTests : TestBase
|
||||||
{
|
{
|
||||||
private static readonly string s_rid = PlatformServices.Default.Runtime.GetLegacyRestoreRuntimeIdentifier();
|
private static readonly string s_rid = PlatformServices.Default.Runtime.GetLegacyRestoreRuntimeIdentifier();
|
||||||
private static readonly string s_testProjectRoot = Path.Combine(AppContext.BaseDirectory, "TestProjects");
|
private static readonly string s_testProjectRoot = Path.Combine(AppContext.BaseDirectory, "TestAssets", "TestProjects");
|
||||||
|
|
||||||
private TempDirectory _root;
|
private TempDirectory _root;
|
||||||
|
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
},
|
},
|
||||||
|
|
||||||
"content": [
|
"content": [
|
||||||
"../TestProjects/OutputStandardOutputAndError/*"
|
"../../TestAssets/TestProjects/OutputStandardOutputAndError/*"
|
||||||
],
|
],
|
||||||
|
|
||||||
"testRunner": "xunit"
|
"testRunner": "xunit"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue