commit | 486d3f22c0cab818ba6b4324fd8eda643d5f16b2 | [log] [tgz] |
---|---|---|
author | Stanislav Fomichev <sdf@google.com> | Fri May 24 15:28:56 2019 -0700 |
committer | Daniel Borkmann <daniel@iogearbox.net> | Tue May 28 11:08:57 2019 +0200 |
tree | 390f2a320e57def8dde1a950a1ac6855bea1d06d | |
parent | 463910a5dd63655ce3bdbb9171ad40a31a044fe7 [diff] |
selftests/bpf: fail test_tunnel.sh if subtests fail Right now test_tunnel.sh always exits with success even if some of the subtests fail. Since the output is very verbose, it's hard to spot the issues with subtests. Let's fail the script if any subtest fails. Signed-off-by: Stanislav Fomichev <sdf@google.com> Acked-by: Yonghong Song <yhs@fb.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>