testml-lang / testml

TestML - Multilingual Data Driven Testing
https://testml-lang.github.io/testml/
12 stars 10 forks source link

"make test" on master is broken #61

Closed jeffalder closed 1 year ago

jeffalder commented 4 years ago

I cloned this repo on my Mac. and I ran make test.

The make failed with:

git branch --track ext/perl5 origin/ext/perl5 2>/dev/null || true
git worktree add -f ext/perl5 ext/perl5
fatal: invalid reference: ext/perl5

Unfortunately, the branch ext/perl5 no longer exists (it seems to be just ext/perl). I'm not able to move forward.

While trying to troubleshoot this, I've read the steps in several places that involve sourcing .rc, running .bin/install-debian-prereqs, and a handful of other things. I've tried most of them, but I can't see how I'd get around the above error.