Try fixing the build
This commit is contained in:
parent
749eb3de80
commit
ecbe88cf17
@ -18,9 +18,8 @@ export PYTHONPATH
|
||||
# Find tests
|
||||
FILTER=$1
|
||||
shift
|
||||
while test "x$#" != x0; do
|
||||
FILTER="$FILTER|$1"
|
||||
shift
|
||||
for arg in "$@"; do
|
||||
FILTER="$FILTER|$arg"
|
||||
done
|
||||
|
||||
test "x$FILTER" = x && FILTER=.
|
||||
|
Loading…
x
Reference in New Issue
Block a user