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