Closed
Bug 1965122
Opened 15 days ago
Closed 10 days ago
mozharness tests delete `build` directory of gecko repository
Categories
(Release Engineering :: Applications: MozharnessCore, defect)
Release Engineering
Applications: MozharnessCore
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1961982
People
(Reporter: bhearsum, Unassigned)
Details
Specifically, running testing/mozharness/test/test_base_script.py
will delete the entire build
directory of a source checkout:
root@a219ed54a636:/app# ls build | wc -l
68
root@a219ed54a636:/app# ./mach python-test testing/mozharness/test/test_base_script.py 2>/dev/null >/dev/null
root@a219ed54a636:/app# ls build
ls: cannot access 'build': No such file or directory
Updated•10 days ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•