[chirp_devel] CHIRP Development Process - Win32 Development Environment

Jim Unroe
Tue Jan 1 09:19:28 PST 2013


All,

I had a little trouble working my way through the Testing section of the
CHIRP Development Process guide. This is what I had to do to proceed. I
hope that this helps someone else.

The guide shows the commands...

     % cd tests
     % ./run_tests

This should look like the following for the Win32 environment.

     C:\Users\{yourusernamehere}\chirp.hg> cd tests
     C:\Users\{yourusernamehere}\chirp.hg\tests> python run_tests

This runs but results in the following error...

     IOError: [Errno 2] No such file or directory: 'logs/verbose'

The solution to this error is to create a directory under tests called
"logs".

     C:\Users\Root\chirp.hg\tests> mkdir logs


Jim
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://intrepid.danplanet.com/pipermail/chirp_devel/attachments/20130101/624fc7ba/attachment-0001.html 


More information about the chirp_devel mailing list