@@ -14,5 +14,6 @@ load ${BASE_TEST_DIR}/helpers.bash
|
||||
docker $(machine config $NAME) run --name nolog busybox echo this should not be logged
|
||||
run docker $(machine config $NAME) logs nolog
|
||||
echo ${output}
|
||||
[ $status -eq 1 ]
|
||||
[ $status -eq 0 ]
|
||||
[[ ${lines[0]} =~ "no log driver named 'none' is registered" ]]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user