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

cli.py version number not correctly reported #56

Closed
CJHoffmann opened this issue Jul 31, 2013 · 2 comments
Closed

cli.py version number not correctly reported #56

CJHoffmann opened this issue Jul 31, 2013 · 2 comments

Comments

@CJHoffmann
Copy link

Currently, cli.py --version reports v2.0, However, looking at the cli.py file it shows that the version is 2.006. See below:


prompt$ /usr/local/bin/python2.7 cli.py --version
cli.py v2.0

prompt$ head cli.py

!/usr/bin/env python

version: 2.006


bogdanpopescu added a commit that referenced this issue Aug 2, 2013
- fix for issue #42 - Testcase Filename contains '//' in CLI log
- fix for issue #56 - cli.py version number not correctly reported
- fix for issue #35 - log slider panel updated to show full messages
- added test button for email configuration
- added mechanism to backup the client log files
- added mechanism to stop execution of the test cases if the pre-execution
  script fails
- exported internal variables twister_user, twister_ce_ip and twister_ep_os
  they can be saved into DB
- updated UserGuide document
- applet changes for User Management prototype
bogdanpopescu added a commit that referenced this issue Aug 2, 2013
- fix for issue #42 - Testcase Filename contains '//' in CLI log
- fix for issue #56 - cli.py version number not correctly reported
- fix for issue #35 - log slider panel updated to show full messages
- added test button for email configuration
- added mechanism to backup the client log files
- added mechanism to stop execution of the test cases if the pre-execution
  script fails
- exported internal variables twister_user, twister_ce_ip and twister_ep_os
  they can be saved into DB
- updated UserGuide document
- applet changes for User Management prototype
@bogdanpopescu
Copy link
Contributor

@CJHoffmann
Please verify is the issue is fixed.

@CJHoffmann
Copy link
Author

It works as expected

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants