summaryrefslogtreecommitdiffstats
path: root/python/run-python-tests
diff options
context:
space:
mode:
Diffstat (limited to 'python/run-python-tests')
-rwxr-xr-xpython/run-python-tests1
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
-