On Sun, Oct 21, 2012 at 9:43 PM, Jan Holst Jensen <[email protected]> wrote: > On 2012-10-21 21:15, Gianluca Sforna wrote: >> >> >> The following tests FAILED: >> 76 - pythonTestDirChem (Failed) >> Errors while running CTest >> make: *** [test] Error 8 >> >> How do I find which of the tests in there is failing? Some expect a >> failure so I can't readily tell from the log which ones are >> problematic. >> > > Hi Gianluca, > > "ctest --output-on-failure" should give you a lot more information so you > can pinpoint the cause. At least it has helped me in the past.
That should do it, but in case it doesn't, you can run: "ctest -V -R TestDirChem" to run that single test in verbose mode. -greg ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_sfd2d_oct _______________________________________________ Rdkit-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/rdkit-discuss

