#!/bin/bash
lib=`python -c 'from distutils import sysconfig; print(sysconfig.get_python_lib())'`
/usr/bin/zope-testrunner -k --test-path ${lib} -s zope.testing
