Skip to content

Commit

Permalink
get local root
Browse files Browse the repository at this point in the history
  • Loading branch information
HamishBrownPFR committed Mar 5, 2024
1 parent f673bf3 commit a48a480
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TestComponents/Test.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ public class Test
{
public static void RunAllTests()
{
//string root = Directory.GetCurrentDirectory();
string root = "C:\\GitHubRepos\\FieldNBalance";
string root = Directory.GetCurrentDirectory();
//string root = "C:\\GitHubRepos\\FieldNBalance";
string path = Path.Join(root, "TestComponents", "TestSets");
List<string> sets = new List<string> { "WS2", "Residues", "Location", "Moisture" };

Expand Down

0 comments on commit a48a480

Please sign in to comment.