rules-test.sh revision b2ad12eb0291832134bf3757f98abfeeec2fb166
# Call the udev rule syntax checker on all rules that we ship
#
# (C) 2010 Canonical Ltd.
# Author: Martin Pitt <martin.pitt@ubuntu.com>
set -e
# skip if we don't have python
echo "$0: No python installed, skipping udev rule syntax check"
exit 0
}