contrib/automation/hgautomation/linux.py
changeset 52652 0e713555ecdc
parent 51832 905bc9d0a149
--- a/contrib/automation/hgautomation/linux.py	Mon Jan 06 01:33:08 2025 -0500
+++ b/contrib/automation/hgautomation/linux.py	Mon Jan 06 01:37:43 2025 -0500
@@ -585,7 +585,7 @@
     else:
         python = '/hgdev/pyenv/shims/python%s' % python_version
 
-    test_flags = ' '.join(shlex.quote(a) for a in test_flags)
+    test_flags = shlex.join(test_flags)
 
     command = (
         '/bin/sh -c "export TMPDIR=/hgwork/tmp; '