Unverified Commit 33257e97 by Stéphane Graber Committed by GitHub

Merge pull request #2848 from 4383/improve-testing

apparmore: Improve testing on apparmor python script
parents 1530ced3 069d8e86
......@@ -27,8 +27,9 @@ script:
- ../configure --enable-tests --with-distro=unknown
- make -j4
- make DESTDIR=$TRAVIS_BUILD_DIR/install install
- cd ..
- ./config/apparmor/lxc-generate-aa-rules.py config/apparmor/container-rules.base
- cd ../config/apparmor
- ./lxc-generate-aa-rules.py container-rules.base > /tmp/output
- diff /tmp/output container-rules
notifications:
email:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment