diff options
Diffstat (limited to 'python/run-python-tests')
-rwxr-xr-x | python/run-python-tests | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/python/run-python-tests b/python/run-python-tests index 90e38b39..487f8ab1 100755 --- a/python/run-python-tests +++ b/python/run-python-tests @@ -21,4 +21,3 @@ set -e for f in t/*.py; do python $f done - |