On Sat, 2022-02-05 at 08:44 +0100, Paul Gevers wrote: > Sorry, that was not what I meant. I spotted rw-build-tree and noticed > in the description that *you* have to take care of things if you use > this restriction. Did you do that?
Hey Paul,
This is all the aforementioned DEP-8 test does. It's a trivial two-
liner:
# Bail on any errors...
set -e
# Perform all in-tree unit tests or show log on failure...
make -j check || { find . -iname "test-suite.log" -exec cat {} \; ; exit 99;
}
All build artifacts are automatically cleaned up when debian/rules
clean is invoked. Nothing in these unit tests should affect any other
DEP-8 test, nor affect any binary packages produced by the build tree
in the future as far as I am aware.
--
Kip Warner -- Senior Software Engineer
OpenPGP signed/encrypted mail preferred
https://www.thevertigo.com
signature.asc
Description: This is a digitally signed message part

