Skip to content

Commit

Permalink
BF: fixing make testsuite
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikoptic committed Oct 13, 2011
1 parent 7ca38d1 commit ed021fd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Expand Up @@ -426,10 +426,10 @@ testsuite:
grep -v '^\W*#' | \
sed -e 's/^.*from *\(mvpa[^ ]*\) im.*/from \1 import/g' | \
sort | uniq | \
grep -v -e 'mvpa\.base\.dochelpers' \
-e 'mvpa\.\(tests\|testing\|support\)' \
-e 'mvpa\.misc\.args' \
-e 'mvpa\.clfs\.\(libsvmc\|sg\|spam\)' \
grep -v -e 'mvpa.\.base\.dochelpers' \
-e 'mvpa.\.\(tests\|testing\|support\)' \
-e 'mvpa.\.misc\.args' \
-e 'mvpa.\.clfs\.\(libsvmc\|sg\|spam\)' \
| while read i; do \
grep -q "^ *$$i" mvpa2/suite.py || \
{ echo "E: '$$i' is missing from mvpa2.suite()"; touch "$$tfile"; }; \
Expand Down

0 comments on commit ed021fd

Please sign in to comment.