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

TestRunner arguments are not reparsed if they are modified #2008

Closed
Nyral opened this issue Sep 15, 2019 · 2 comments · Fixed by #2018
Closed

TestRunner arguments are not reparsed if they are modified #2008

Nyral opened this issue Sep 15, 2019 · 2 comments · Fixed by #2018
Assignees
Labels
bug Malfunctions that should be fixed to comply with the expected behavior os: windows Issues detected and reproducible only on Windows prio-high Critical to user experience
Milestone

Comments

@Nyral
Copy link
Contributor

Nyral commented Sep 15, 2019

You have to restart RIDE for it to use the modified arguments

Steps to reproduce:

  1. Go to Run tab
  2. Write some arguments (e.g. -d 123456789)
  3. Run test (report is generated with name 123456789)
  4. Modify arguments (e.g. -d 1234 )
  5. Run test (report is generated with same name at step 3)

RIDE version: 1.7.4rc1.dev
wxPython version: 4.0.6
OS: Windows 10

Notes:

@Nyral Nyral added prio-medium Behaving incorrectly, but still somewhat usable bug Malfunctions that should be fixed to comply with the expected behavior labels Sep 15, 2019
@Nyral Nyral added this to the v1.7.4 milestone Sep 15, 2019
@Nyral Nyral added the os: windows Issues detected and reproducible only on Windows label Sep 15, 2019
@HelioGuilherme66 HelioGuilherme66 added prio-high Critical to user experience and removed prio-medium Behaving incorrectly, but still somewhat usable labels Sep 16, 2019
@HelioGuilherme66
Copy link
Member

The Workaround is to Disable and then Enable the Test Runner plugin in Tools>Manage Plugins.

@Nyral
Copy link
Contributor Author

Nyral commented Sep 20, 2019

Thanks, it works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Malfunctions that should be fixed to comply with the expected behavior os: windows Issues detected and reproducible only on Windows prio-high Critical to user experience
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants