diff --git a/qa/tests/test-pcbnewswig.py b/qa/tests/test-pcbnewswig.py index 572417b8d7..04862803b2 100644 --- a/qa/tests/test-pcbnewswig.py +++ b/qa/tests/test-pcbnewswig.py @@ -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