summaryrefslogtreecommitdiffstats
path: root/tests/pyflakes.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pyflakes.sh')
-rwxr-xr-xtests/pyflakes.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/pyflakes.sh b/tests/pyflakes.sh
new file mode 100755
index 000000000..cdfc11319
--- /dev/null
+++ b/tests/pyflakes.sh
@@ -0,0 +1,2 @@
+#!/bin/bash
+find -name '*.py' |egrep -v '^.(/tests/|/module/lib)'|xargs pyflakes > pyflakes.log || :