Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test scripts for the Align DAO have a problem with grep version on mac #132

Open
metronome12 opened this issue Oct 23, 2022 · 1 comment

Comments

@metronome12
Copy link

grep -P is doesn't work on a mac.

The solution to this is to install gnu grep with:

brew install grep

and then used ggrep in the scripts instead of grep.

@metronome12 metronome12 changed the title Test scripts have a problem with grep version on mac Test scripts for the Align DAO have a problem with grep version on mac Oct 23, 2022
@unghuuduc
Copy link
Contributor

Thank you about this, have you finally got through the test?

I will consider using "radix engine" and "scrypto unit" rust package for unit testing in future version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants