Bug 1840538 Comment 1 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

I hit this when I run ./mach try fuzzy with a reftest directory, too (instead of a single reftest).  Like so:
`./mach try fuzzy layout/reftests/bugs`

This hit the same issue where the test runner seems to be expecting the provided path to be a manifest file:
```
INFO -  Could not find manifest /builds/worker/workspace/build/tests/reftest/layout/reftests/bugs
[taskcluster:error] Task timeout after 3600 seconds. Force killing container.
```
https://treeherder.mozilla.org/logviewer?job_id=420996678&repo=try&lineNumber=1838-1840
I hit this when I run ./mach try fuzzy with a reftest **directory**, too (instead of a single reftest).  Like so:
`./mach try fuzzy layout/reftests/bugs`

This hit the same issue where the test runner seems to be expecting the provided path to be a manifest file:
```
INFO -  Could not find manifest /builds/worker/workspace/build/tests/reftest/layout/reftests/bugs
[taskcluster:error] Task timeout after 3600 seconds. Force killing container.
```
https://treeherder.mozilla.org/logviewer?job_id=420996678&repo=try&lineNumber=1838-1840

Back to Bug 1840538 Comment 1