mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
7e67bc067f
Otherwise errors within this function will all show to be at the line number of the utility, instead of where it failed in the test: === RUN TestDaemonDefaultNetworkPools service_test.go:23: assertion failed: Command: ip link delete docker0 ExitCode: 127 Error: exec: "ip": executable file not found in $PATH Stdout: Stderr: Failures: ExitCode was 127 expected 0 Expected no error === RUN TestDaemonRestartWithExistingNetwork service_test.go:23: assertion failed: Command: ip link delete docker0 ExitCode: 127 Error: exec: "ip": executable file not found in $PATH Stdout: Stderr: Failures: ExitCode was 127 expected 0 Expected no error Signed-off-by: Sebastiaan van Stijn <github@gone.nl> |
||
---|---|---|
.. | ||
build | ||
config | ||
container | ||
daemon | ||
distribution | ||
image | ||
internal | ||
network | ||
plugin | ||
secret | ||
service | ||
session | ||
system | ||
testdata/https | ||
volume | ||
doc.go |