Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
Slozier is smart
  • Loading branch information
Lamparter authored Nov 29, 2024
1 parent e3d47bd commit 9212066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ironpython/Cases/IronPythonCases.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public override int Test(TestInfo testcase) {
internal class IronPythonCaseGenerator : CommonCaseGenerator<IronPythonCases> {
protected override IEnumerable<TestInfo> GetTests() {
return GetFilenames(new[] {
System.Tuple.Create(category, "Tests"),
System.Tuple.Create(category, Path.Combine("tests", "python")),
System.Tuple.Create($"{category}.scripts", Path.Combine("eng", "scripts")),
})
.OrderBy(testcase => testcase.Name);
Expand Down

0 comments on commit 9212066

Please sign in to comment.