1 Jan
2013
1 Jan
'13
9:25 a.m.
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
Ah, good call. I made a note on the wiki page there. See if you think that's enough.
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
Ah, thanks for catching this. The tests are supposed to create the logs directory before needing them, but I see that the verbose log doesn't. I just pushed a change to fix this, which should make it unnecessary to manually create the directory ahead of time.
Thanks!
--
Dan Smith
www.danplanet.com
KK7DS