• Kris's avatar
    Fix sed command to not try shell redirection · 8e4bc73a
    Kris authored
    RunCmd uses Go's os/exec library to run commands directly. Since these
    are not run through a shell, we can't use shell syntax for piping for
    file redirection. The proper way to do that is to create a Command
    object and set the Std{in,out,err} pipes appropriately. Luckily sed
    can handle the behavior we need without having to manually set this up.
    8e4bc73a
Name
Last commit
Last update
..
e2e Loading commit data...
e2e_node Loading commit data...
fixtures Loading commit data...
images Loading commit data...
integration Loading commit data...
kubemark Loading commit data...
list Loading commit data...
soak Loading commit data...
utils Loading commit data...
BUILD Loading commit data...
OWNERS Loading commit data...
test_owners.csv Loading commit data...
test_owners.json Loading commit data...