google-code-export / yabi

Automatically exported from code.google.com/p/yabi
0 stars 1 forks source link

Yabish - doesn't stage in files/dirs that are combined with equals #154

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a tool that has combined with equals input file params (ex. dd with 
if param for input file)
2. Run yabish dd if=some_file

What is the expected output? What do you see instead?

yabish should stage in some_file then run dd on it.

Instead, yabish doesn't recognize some_file as a local file and doesn't stages 
it in, therefore the jobs fails.

Original issue reported on code.google.com by szab...@gmail.com on 27 Feb 2012 at 8:10

GoogleCodeExporter commented 9 years ago
Fixed on branch tszabo efe516d99d70.

Original comment by szab...@gmail.com on 27 Feb 2012 at 8:12