From 2dd0829a97086b2f9dfab3f9fc86405a93ffb781 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sat, 29 Jun 2013 16:11:46 +0200 Subject: updated build scripts --- tests/pyflakes.sh | 2 +- tests/sloccount.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/pyflakes.sh b/tests/pyflakes.sh index df2805f1f..d569b05f6 100755 --- a/tests/pyflakes.sh +++ b/tests/pyflakes.sh @@ -1,5 +1,5 @@ #!/bin/bash find -name '*.py' |egrep -v '^.(/tests/|/pyload/lib)'|xargs pyflakes > pyflakes.log || : # Filter warnings and strip ./ from path -cat pyflakes.log | awk -F\: '{printf "%s:%s: [E]%s\n", $1, $2, $3}' | grep -i -E -v "'_'|pypath|webinterface|pyreq|hookmanager" > pyflakes.txt +cat pyflakes.log | awk -F\: '{printf "%s:%s: [E]%s\n", $1, $2, $3}' | grep -i -E -v "'_'|pypath|webinterface|pyreq|addonmanager" > pyflakes.txt sed -i 's/^.\///g' pyflakes.txt diff --git a/tests/sloccount.sh b/tests/sloccount.sh index 0dab4164e..beca391bd 100755 --- a/tests/sloccount.sh +++ b/tests/sloccount.sh @@ -1,2 +1,2 @@ #!/bin/bash -sloccount --duplicates --wide --details module > sloccount.sc +sloccount --duplicates --wide --details pyload > sloccount.sc -- cgit v1.2.3