Hello Jiri, Thanks for the information. I don't particularly remember the tests that failed that were caused due to absence of Jsoncpp. Sorry for the inconvenience
On Thu, 1 Apr 2021, 15:52 Jiri Daněk, <jda...@redhat.com> wrote: > On Thu, Apr 1, 2021 at 12:05 PM Kajal Sah <kajalksa...@gmail.com> wrote: > > > Thanks, mehaboob. I was indeed missing JsonCpp but installing that didn't > > help either. Apart from that, I think I have all the libraries and > packages > > installed. Somehow, I think getting error log of the failing tests will > > help me debug better. > > > > That is probably the reason CI does not run `make test`, but it instead > does `cd build; ctest -VV`. At the least, you'd see printed the exact > command that is executed to run the tests, so you can then use it to run > the binary in a debugger yourself (if you get a segfault before)... > > If you do `make test`, then there might be some kind of more telling log in > build/Testing directory, but I cannot vouch for that. I always used ctest > -VV with CMake projects, never `make test`. > > I'd be interested in knowing what the test errors without jsoncpp were... >