ngs-lang / ngs

Next Generation Shell (NGS)
https://ngs-lang.org/
GNU General Public License v3.0
1.4k stars 43 forks source link

tests not passing while in dev branch[make tests] #588

Closed antonio-pedro99 closed 1 year ago

antonio-pedro99 commented 1 year ago

I forked the repo and installed it while I was in master branch. make tests was working make build was working

I checked out to dev branch and tried make tests but I am getting this error[tests are failing]

Screenshot from 2022-10-02 21-02-40

ilyash-b commented 1 year ago

Currently on MacOS. Unable to reproduce.

  1. Try rm -rf build, build, and test again
  2. If it does not solve: Take a look at last 20 or so lines in build/Testing/Temporary/LastTest.log. Paste here.
ilyash-b commented 1 year ago

In general it's recommended to paste the text to GH issues. It's searchable as opposed to screenshots.

ilyash-b commented 1 year ago

Another direction is to try to see the difference between GitHub of the project and your environment. GHA also do tests and they pass. Comparing and finding differences in setup might help.

antonio-pedro99 commented 1 year ago

I have fixed it by reinstalling.

  1. ./install.sh
  2. make tests
  3. make build

Now it is working fine.