In trying to get scripts/srf to work I needed to set subprocess.Popen to
authorDiane Trout <diane@caltech.edu>
Thu, 14 Aug 2008 20:58:15 +0000 (20:58 +0000)
committerDiane Trout <diane@caltech.edu>
Thu, 14 Aug 2008 20:58:15 +0000 (20:58 +0000)
commit0be0edaa665df1d1d222cb34610c4a454034c8d5
tree371945f8dd10eaa8040b462e222ea3c1e8add9e5
parent1b304b945f6366943ab80b96f70f7ec17ba0e7a9
In trying to get scripts/srf to work I needed to set subprocess.Popen to
shell=True, the end result of that is that at least on linux hosts
passing in a list of arguments to Popen doesn't work very well, Popen
needs a string.

Perhaps a better solution would be for queuecommand to take a
shell parameter and if that's true do the joining into a string.

but for the moment I just converted my test case to pass a string
instead of a list.
gaworkflow/util/test/test_queuecommands.py