This may be something simple but bare with me. Of recent my pc crushed, am now setting up my dev environment afresh. I setup a server using the OpenMRS-SDK successfully. Now the problem is with building core. I kept core in a different drive, I got it back to my home directory. I did a
git reset --hard upstream/master
just to make sure I revert any careless changes mistakenly made on master branch. I then ran a mvn clean install
but then some tests failed. here is the full log
could you please help me
Thanks.