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

Troubleshoot running single tests #66

Open
troglobit opened this issue Oct 5, 2022 · 2 comments
Open

Troubleshoot running single tests #66

troglobit opened this issue Oct 5, 2022 · 2 comments
Assignees
Milestone

Comments

@troglobit
Copy link
Owner

As discussed in #54, running single tests works a bit sketchy at the moment.

  1. Works (all tests):

    make check
    
  2. Works (single test):

    cd test/
    unshare -mrun ./discover.sh
    
  3. Works (single test):

    make check TESTS=addr
    
  4. Does not work:

    make check TESTS=discover.sh
    
@troglobit troglobit self-assigned this Oct 5, 2022
@troglobit troglobit added this to the v0.11 milestone Oct 5, 2022
@fzs
Copy link
Contributor

fzs commented Oct 5, 2022

Quick question: isn't version 0.11 already released?

@troglobit troglobit modified the milestones: v0.11, v1.0 Oct 5, 2022
@troglobit
Copy link
Owner Author

Ah, thanks for pointing it out! I'd forgotten to close the milestone.

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