#!/bin/sh # Run the python tests. if test -d ../../python ; then cd ../../python && ./run-tests -v -I cpp_failing.txt else echo Warning: python tests not found. fi