Files
kubernetes/test/e2e/framework
Kris 8e4bc73a74 Fix sed command to not try shell redirection
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.
2017-09-29 10:01:11 -07:00
..
2017-09-22 16:30:11 -04:00
2017-09-11 22:13:55 -04:00
2017-09-13 11:56:55 +02:00