Open
Bug 1657126
Opened 5 years ago
Updated 4 years ago
Make a utility function for shell quoting in our taskcluster transforms
Categories
(Testing :: mozperftest, enhancement, P2)
Testing
mozperftest
Tracking
(Not tracked)
NEW
People
(Reporter: sparky, Unassigned)
Details
We should get a utility function for the shell quote escaping that we have to do in our transforms.
From tarek in the reviewed patch in bug 1656855:
do you think we could use an util function? it's supposed to be shlex.quote but it's linux only.
mslex seems to be the right tool: https://github.com/smoofra/mslex
maybe we could have a stripped version mslex.quote added at the top of this module with a note?
I feel like this could be something useful in many places.
Comment 1•5 years ago
|
||
Reporter | ||
Updated•4 years ago
|
Severity: -- → S3
Priority: -- → P2
Updated•4 years ago
|
Assignee: tarek → nobody
You need to log in
before you can comment on or make changes to this bug.
Description
•