>    1 - NOTE: some 'test' tests are expected to fail, 'regress' must pass 
> (Failed)
>  766 - regress-flawfinder (Failed)
>  771 - regress-quote (Failed)
>  772 - regress-rtwizard (Failed)
> Errors while running CTest
> 
> [snip]
> So maybe you just run make check(like I did) and ensure the tests pass. Let 
> me know if you(or anyone else) find another solution.

Or someone could investigate and try to fix the failures.

Those are build targets so you’d first want to find there they are defined 
(e.g., grep -r regress-quote .), see how they are invoked (read the 
CMakeLists.txt build file in src dir for that target), and then inspect what is 
being run.  There will be logs for each of those regress tests that can be 
inspected and individually re-run with those names (e.g., make 
regress-flawfinder or make regress).  Setting VERBOSE=1 will show you exactly 
what is being run.  Logs will be in the build dir (regress subdir).

Open source development generally embraces diving into problems, not ignoring 
them.  Solving problems (and failing) is how we learn. ;)

Cheers!
Sean


------------------------------------------------------------------------------
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785111&iu=/4140
_______________________________________________
BRL-CAD Developer mailing list
brlcad-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-devel

Reply via email to