damccorm commented on code in PR #24866: URL: https://github.com/apache/beam/pull/24866#discussion_r1061579937
########## sdks/python/scripts/run_pytest.sh: ########## @@ -35,20 +35,32 @@ if [[ $pytest_args =~ "-m" ]] || [[ $posargs =~ "-m" ]]; then exit 1 fi +pyargs="" Review Comment: Taking another look, I think I actually just overcomplicated this by trying to maintain the existing structure - I probably just need to strip the leading/trailing quotes from posargs and that should be good enough (posargs gets double quoted which causes some problems parsing the args). Let me try that and I'll reping here once I have it cleaned up (unfortunately, the double quoting comes from the interaction with jenkins so its hard to test locally). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
