tests: redirect runc log message to stderr
Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
This commit is contained in:
parent
ea35825a63
commit
a541df7cb7
|
@ -55,7 +55,7 @@ function runc() {
|
|||
|
||||
# Raw wrapper for runc.
|
||||
function __runc() {
|
||||
"$RUNC" --root "$ROOT" "$@"
|
||||
"$RUNC" --log /proc/self/fd/2 --root "$ROOT" "$@"
|
||||
}
|
||||
|
||||
# Wrapper for runc spec.
|
||||
|
|
Loading…
Reference in New Issue