summaryrefslogtreecommitdiff
path: root/cpp/src/tests/python_tests
blob: 585c1da913a45bea9cfc6942e6b7f79fad519c2f (plain)
1
2
3
4
5
6
7
8
#!/bin/sh
# Run the python tests.
if test -d ../../../python ;  then
    cd ../../../python && ./run-tests -v -s "0-9" -I cpp_failing_0-9.txt
else
    echo Warning: python tests not found.
fi