2f7c7baf

Improve query parameter removal

`PROJECT_ROOT` sometimes has a query parameter attached to it. The previous
method of trying to remove it didn’t work, so this uses a simpler one that also
doesn’t rely on non-greedy matching.

We could do a more precise job with non-greedy matching, but `sed` doesn’t
support that, so for now just trim everything starting from the first `?`.
Time to Start Worker time Duration Time to finish
Config 0s 1s 1s 1s
Eval 1s 15s 15s 16s
Build 16s 4m56s 5m09s 5m26s
Suite 0s 5m13s 5m25s 5m26s