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

django-jenkins 0.10 backwards incompatibility with test args --noinput and -v2 #16

Closed
elpargo opened this issue Mar 24, 2011 · 3 comments

Comments

@elpargo
Copy link

elpargo commented Mar 24, 2011

Hello,

In django-hudson 0.9 we where able to do the following.

python2.6 manage.py hudson contact signup -v2 --noinput

in django-hudson 0.10 it fails hard with --noinput

Usage: manage.py jenkins [options] [appname ...]
Run CI process
manage.py: error: no such option: --noinput

and -v2 is totally ignored

----------------------------------------------------------------------
Ran 21 tests in 3.725s

OK
@kmmbvnr
Copy link
Owner

kmmbvnr commented Mar 25, 2011

interactive=False is hard-coded, since there is no sense to run jenkins command interactively.

Verbosity option is missing, indeed.

@elpargo
Copy link
Author

elpargo commented Mar 25, 2011

Yea the --noinput option is actually an improvement. I guess it should have been mentioned in the changelog.

As for verbose it's really handy to have the one line per test output in the console logs, this way you could do a quick scan of what exactly happened.

@kmmbvnr
Copy link
Owner

kmmbvnr commented Mar 27, 2011

Added --interactive option which is False by default, instead of -no-input

--verbosity is also returned

@kmmbvnr kmmbvnr closed this as completed Mar 27, 2011
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