-
-
Notifications
You must be signed in to change notification settings - Fork 34.5k
gh-125669: Do not run -ugui tests by default on make test
#125730
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
Changes from 1 commit
62ae2d4
3bf42ab
aaa8257
37e9527
c7d91a2
d5ed9a1
93d2982
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
- Loading branch information
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -69,4 +69,4 @@ jobs: | |
| --fail-on-improvement | ||
| --path-prefix="./" | ||
| - name: Tests | ||
| run: make test | ||
| run: make test TESTOPTS="-ugui" | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -34,7 +34,7 @@ set pyname=python | |
| set suffix= | ||
| set qmode= | ||
| set dashO= | ||
| set regrtestargs=--fast-ci | ||
| set regrtestargs=--fast-ci -u-gui | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Buildbots run
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes, thanks for this question. I was not also sure about that. Since I don't ever use windows and not quite sure about how it should work. I will revert this. |
||
| set exe= | ||
|
|
||
| :CheckOpts | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.