]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
travis: enable travis to access kernel file
authorVincent Bernat <vincent@bernat.im>
Fri, 5 Feb 2016 09:42:50 +0000 (10:42 +0100)
committerVincent Bernat <vincent@bernat.im>
Fri, 5 Feb 2016 09:42:50 +0000 (10:42 +0100)
.travis/run.sh

index 50c63c232119383d6a6c2dceae34065f8c8d4b17..70c10f9f3beea27d6e7276b471c74d33b756ae06 100755 (executable)
@@ -29,6 +29,7 @@ else
     make all check CFLAGS=-Werror
     if [ x"$RUN_INTEGRATION" = x"1" ]; then
         cd tests
+        sudo setfacl -m u:$(id -un):r /boot/vmlinuz-*
         make integration-tests
         sh integration-tests
     else