]> git.ipfire.org Git - thirdparty/lldpd.git/blobdiff - .travis/run.sh
travis: enable travis to access kernel file
[thirdparty/lldpd.git] / .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