tests: redirect runc log message to stderr

Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
This commit is contained in:
Andrei Vagin 2017-06-10 02:47:51 +03:00
parent ea35825a63
commit a541df7cb7
1 changed files with 1 additions and 1 deletions

View File

@ -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.