Skip to content

Commit

Permalink
Don't perform sanity checks on fhs.
Browse files Browse the repository at this point in the history
  • Loading branch information
cavalier38 committed Aug 29, 2013
1 parent 0d42e8f commit a093cfc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions plugins/postbuild-sanity.plugin
Expand Up @@ -13,6 +13,11 @@

plugin_sanity_post_build()
{
# Don't check the Filesystem Hierarchy Standard
if [ "$1" == fhs ] ; then
return 2;
fi

(
local IFS TESTS PATTERN SEVERITY REASON

Expand Down

0 comments on commit a093cfc

Please sign in to comment.