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

python_test macros: also support parameters starting with a dash #3

Merged
merged 1 commit into from
Nov 10, 2018

Conversation

kyrios123
Copy link
Contributor

This allows calling python with options for example

    %python_test -m tornado.test.runtests --verbose
    %python3_test -m tornado.test.runtests --verbose

Will result in (but also going in the correct location and setting PYTHONPATH)

    python2 -m tornado.test.runtests --verbose
    python3 -m tornado.test.runtests --verbose

Signed-off-by: Pierre-Yves pyu@riseup.net

Signed-off-by: Pierre-Yves <pyu@riseup.net>
@sunnyflunk sunnyflunk merged commit 7f25dd4 into getsolus:master Nov 10, 2018
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.

None yet

2 participants