diff options
Diffstat (limited to 'debian/tests/test-dkms')
-rw-r--r-- | debian/tests/test-dkms | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/tests/test-dkms b/debian/tests/test-dkms index ab3aca00..5db36af9 100644 --- a/debian/tests/test-dkms +++ b/debian/tests/test-dkms @@ -4,6 +4,10 @@ set -eu basedir=$(dirname "$0") . "${basedir}"/check-dpdk-supported-arch.sh +if [ -d /var/lib/dkms ]; then + (cd /var/lib/dkms; find -name "make.log" -print0 | xargs -0 tar c) > "$ADT_ARTIFACTS/dkms-make-logs.tar" +fi + # check that the dkms build fine (on dep install), load and unload printf "\n\nChecking igb_uio\n" modinfo igb_uio |