-
Notifications
You must be signed in to change notification settings - Fork 346
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
Fix #209, pass root-readonly #224
Conversation
Btw, add pattern matching for running specific tests, it's useful when trying to debug specific test: yukang@mango:~/youki$ ./integration_test.sh readonly
Running linux_readonly_paths/linux_readonly_paths.t
Running root_readonly_true/root_readonly_true.t |
This is a great change because I used to change |
I added an example in README. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cool
close #209