Try fixing the build

This commit is contained in:
Behdad Esfahbod 2015-04-19 11:53:35 -07:00
parent 749eb3de80
commit ecbe88cf17

View File

@ -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=.