mirror of
https://github.com/servo/servo.git
synced 2025-07-23 15:23:42 +01:00
mach: Remove unused --angle
command line argument (#32050)
* removed unused angle command line argument Signed-off-by: Gae24 <96017547+Gae24@users.noreply.github.com> * Removed argument from smoketest in Windows workflows Signed-off-by: Gae24 <96017547+Gae24@users.noreply.github.com> --------- Signed-off-by: Gae24 <96017547+Gae24@users.noreply.github.com>
This commit is contained in:
parent
10ec8565ea
commit
509b858f15
2 changed files with 1 additions and 6 deletions
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
|
@ -90,7 +90,7 @@ jobs:
|
||||||
- name: Copy resources
|
- name: Copy resources
|
||||||
run: cp D:\a\servo\servo\resources C:\a\servo\servo -Recurse
|
run: cp D:\a\servo\servo\resources C:\a\servo\servo -Recurse
|
||||||
- name: Smoketest
|
- name: Smoketest
|
||||||
run: python mach smoketest --angle --${{ inputs.profile }}
|
run: python mach smoketest --${{ inputs.profile }}
|
||||||
- name: Unit tests
|
- name: Unit tests
|
||||||
if: ${{ inputs.unit-tests }}
|
if: ${{ inputs.unit-tests }}
|
||||||
uses: nick-fields/retry@v3
|
uses: nick-fields/retry@v3
|
||||||
|
|
|
@ -61,11 +61,6 @@ pub fn main() {
|
||||||
// Parse the command line options and store them globally
|
// Parse the command line options and store them globally
|
||||||
let args: Vec<String> = env::args().collect();
|
let args: Vec<String> = env::args().collect();
|
||||||
let mut opts = Options::new();
|
let mut opts = Options::new();
|
||||||
opts.optflag(
|
|
||||||
"",
|
|
||||||
"angle",
|
|
||||||
"Use ANGLE to create a GL context (Windows-only)",
|
|
||||||
);
|
|
||||||
opts.optflag(
|
opts.optflag(
|
||||||
"",
|
"",
|
||||||
"clean-shutdown",
|
"clean-shutdown",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue