Bug#774295: Added autopkgtest support patch.

Reshabh Sharma reshabhsh at gmail.com
Tue Mar 27 12:21:56 UTC 2018


Hi,

I thought of many different ways to bring debci integration, but finally
thought of saving the log of tests running during build and later validate
it from autopkgtest due to the following reasons :-
(Please correct me if you find anything wrong and please provide feedback
if there is a better approach to get this right)

Since the test runs after the build and build-llvm folder is removed after
the build, either I could have preserve the build-llvm compiled binaries
for further testing, which won't do any good as a normal build would then
won't be able to remove it, losing the values for which it is being removed
or I could also have build particular binaries for a specific package
during autopkgtest run, but then if clang starts to pass 100% tests then we
need to write another test with mostly same pre-configurations, with most
of the code similar to debian/rules

So, if we take test logs for each package and validate them at autopkgtest
test run would be easy to scale for other package as well when they pass
100% tests in future.

Best,
Reshabh Sharma
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/pkg-llvm-team/attachments/20180327/499ed59a/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: added-autopkg-support.patch
Type: text/x-patch
Size: 1350 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-llvm-team/attachments/20180327/499ed59a/attachment.bin>


More information about the Pkg-llvm-team mailing list