Actions
Bug #3811
closedBroken run of unit tests with Boost 1.62+
Start date:
10/14/2016
Due date:
% Done:
100%
Estimated time:
Description
The following is the error when running unit tests from .jenkins.d/20-tests.sh
script
./waf --run 'ndnSIM-unit-tests --log_format=XML --log_sink=build/xunit-report.xml --log_level=all --report_level=no'
...
Test setup error: Access with invalid type for argument corresponding to parameter log_sink
I suspect something has changed in the way --log_sink
parameter is interpreted.
Actions