Skip to content

Fix ./runtests.py failing without any args #8006

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

Conversation

matthewhughes934
Copy link

Description

Previously, running this script without args would result in an error:

$ ./runtests.py
Traceback (most recent call last):
  File "./runtests.py", line 49, in <module>
    sys.exit(pytest.main(pytest_args))
NameError: name 'pytest_args' is not defined

Previously, running this script without args would result in an error:

    $ ./runtests.py
    Traceback (most recent call last):
      File "./runtests.py", line 49, in <module>
        sys.exit(pytest.main(pytest_args))
    NameError: name 'pytest_args' is not defined
@matthewhughes934 matthewhughes934 marked this pull request as ready for review May 23, 2021 20:37
@carltongibson
Copy link
Collaborator

Duplicate of #7954

@carltongibson carltongibson marked this as a duplicate of #7954 May 24, 2021
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

Successfully merging this pull request may close these issues.

2 participants