Fix pcbnewswig test run

This commit is contained in:
Marek Roszko 2023-04-25 07:30:37 -04:00
parent fd6fb4a87b
commit e45b6c441a
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ if __name__ == '__main__':
# wxWidgets alerts when running the test code
locale.setlocale(locale.LC_ALL, 'C')
testsuite = unittest.TestLoader().discover('tests/pcbnewswig', pattern="*.py")
testsuite = unittest.TestLoader().discover('pcbnewswig', pattern="*.py")
if args.xml:
# Dump XML results to the right directory