Skip to content

Commit 9212066

Browse files
authored
Fix tests
Slozier is smart
1 parent e3d47bd commit 9212066

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ironpython/Cases/IronPythonCases.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public override int Test(TestInfo testcase) {
1919
internal class IronPythonCaseGenerator : CommonCaseGenerator<IronPythonCases> {
2020
protected override IEnumerable<TestInfo> GetTests() {
2121
return GetFilenames(new[] {
22-
System.Tuple.Create(category, "Tests"),
22+
System.Tuple.Create(category, Path.Combine("tests", "python")),
2323
System.Tuple.Create($"{category}.scripts", Path.Combine("eng", "scripts")),
2424
})
2525
.OrderBy(testcase => testcase.Name);

0 commit comments

Comments
 (0)