Open
Bug 1693307
Opened 5 years ago
Updated 4 years ago
mochitest `--debugger-args` parses `/o` as a path
Categories
(Testing :: Mochitest, defect, P3)
Tracking
(Not tracked)
NEW
People
(Reporter: saschanaz, Unassigned)
Details
./mach mochitest --debugger WinDbgX --debugger-args "/o" toolkit/components/viewsource/test/browser/browser_contextmenu.js
/o is the argument for WinDbgX to debug subprocesses. Passing it results:
0:24.58 INFO Application command: c:\Users\Kagami\AppData\Local\Microsoft\WindowsApps\WinDbgX.exe C:/mozilla-build/msys/o C:\Users\Kagami\Documents\GitHub\gecko-dev\obj-x86_64-pc-mingw32\dist\bin\firefox.exe -marionette --wait-for-browser -foreground -profile C:\Users\Kagami\AppData\Local\Temp\tmpsokgsas1.mozrunner
It becomes C:/mozilla-build/msys/o which is very surprising.
Updated•5 years ago
|
Priority: -- → P3
Updated•4 years ago
|
Severity: -- → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•