Boost logo

Boost Testing :

From: Bronek Kozicki (brok_at_[hidden])
Date: 2006-06-28 14:34:18


regression.py fails if I clean results directory myself, before starting
tests. I think that this is wrong.

B.

# Cleaning up "E:\DEVEL\BOOST_RTEST\boost" directory ...
# Cleaning up "E:\DEVEL\BOOST_RTEST\boost\bin" directory ...
# Cleaning up "E:\DEVEL\BOOST_RTEST\boost\bin.v2" directory ...
# Cleaning up "E:\DEVEL\BOOST_RTEST\results" directory ...
Traceback (most recent call last):
   File "regression.py", line 942, in ?
     commands[ command ]( **accept_args( args ) )
   File "regression.py", line 759, in regression
     cleanup( [] )
   File "regression.py", line 156, in cleanup
     rmtree( regression_results )
   File "regression.py", line 120, in rmtree
     shutil.rmtree( unicode( path ) )
   File "C:\DEVEL\Python24\lib\shutil.py", line 155, in rmtree
     onerror(os.listdir, path, sys.exc_info())
   File "C:\DEVEL\Python24\lib\shutil.py", line 153, in rmtree
     names = os.listdir(path)
WindowsError: [Errno 3] The system cannot find the path specified:
u'E:\\DEVEL\\BOOST_RTEST\\results/*.*'


Boost-testing list run by mbergal at meta-comm.com