X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=tests%2Flcov-wrapper.in;h=0c6a3591522c40a73466a8c44744b98eaa161cf8;hb=81e2083fe6b7c16055f01c4b1e40f25867594bf6;hp=1981cdaebe5bda7a0f176a19c67fc9d33870d1bf;hpb=7c126fbb8a0589f2a29f3e7c520723a2d74b254e;p=sliver-openvswitch.git diff --git a/tests/lcov-wrapper.in b/tests/lcov-wrapper.in index 1981cdaeb..0c6a35915 100755 --- a/tests/lcov-wrapper.in +++ b/tests/lcov-wrapper.in @@ -31,6 +31,11 @@ fi PATH=$new_path export PATH +if test "$DISABLE_LCOV" = true; then + exec $wrap_program "$@" + exit 1 +fi + # XXX Probably want some kind of synchronization here to deal with # programs running in parallel. LCOV="lcov -b $abs_top_builddir -d $abs_top_builddir -q"