TriggerMail / rules_pyz

Bazel Python rules that package everything in an executable zip
Apache License 2.0
29 stars 19 forks source link

rules_python_zip/main_shell_template.sh: Quote $@ for args with spaces #46

Closed evanj closed 5 years ago

evanj commented 5 years ago

Passing -k 'str1 or str2' to pytest did not work because of this missing quote.