Hi Jim,
The run_test script no longer runs on my Windows computer.
C:\Users\Root\chirp.hg\tests>python run_tests Traceback (most recent call last): File "run_tests", line 30, in <module> os.chdir(scriptdir) WindowsError: [Error 123] The filename, directory name, or volume label syntax i s incorrect: ''
Looks like this is related to the following change:
http://chirp.danplanet.com/projects/chirp/repository/revisions/d3a3d61f1779/...
If you just undo those changes locally I think you should be able to run your tests on your patch while we wait for someone to figure out what the real problem is.
Maybe I need to make the build system try running the tests on the Windows box too, although it hasn't been a problem for years and will delay the results quite a bit.
--Dan