4 references to RunCommandWithLog
Microsoft.Build.Utilities.UnitTests (4)
TrackedDependencies\FileTrackerTests.cs (4)
109
int exit = FileTrackerTestHelper.
RunCommandWithLog
(s_defaultTrackerPath, "/q", out string log);
135
int exit = FileTrackerTestHelper.
RunCommandWithLog
(testTrackerPath, "/?", out string log);
159
int exit = FileTrackerTestHelper.
RunCommandWithLog
(s_defaultTrackerPath, "/d " + s_defaultFileTrackerPath + " @abc.rsp /c findstr /ip foo test.in", out string log);
200
exit = FileTrackerTestHelper.
RunCommandWithLog
(s_defaultTrackerPath, trackerCommand, out string log);