Fix pcbnewswig test run
This commit is contained in:
parent
fd6fb4a87b
commit
e45b6c441a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue