blob: 2dec91a17b9b2eb01dac37faa970e859493f4841 [file] [log] [blame]
#!/bin/bash
#
# run script for Python tests
#
# Usage: run <dir> <file>
#
(cd $1; python $2)