Bug 1627626 Comment 4 Edit History

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

Hi Daniel (or is it Bodea?), I think I found a solution that may work. I've created a standalone version of mozregression that bundles everything together in a single executable. Can you try something like this on the command line:

```bash
curl -O https://github.com/mozilla/mozregression/releases/download/3.0.5pre0/mozregression.gz
gunzip mozregression.gz
chmod a+x mozregression
./mozregression --help
```

And tell me if it works on MacOS X? It's using a very old version of MacOS/xcode, so in theory should work all the way back to MacOS 10.10.
Hi Daniel (or is it Bodea?), I think I found a solution that may work. I've created a standalone version of mozregression that bundles everything together in a single executable. Can you try something like this on the command line:

```bash
curl -O https://github.com/mozilla/mozregression/releases/download/3.0.5pre0/mozregression.gz
gunzip mozregression.gz
chmod a+x mozregression
./mozregression --help
```

And tell me if it works on your old version of MacOS X? It's using a very old version of MacOS/xcode to build, so in theory should work all the way back to 10.10.

Back to Bug 1627626 Comment 4