#!/bin/bash
base=~cs537-2/public/test_scripts/p5
python $base/runtests.py --test-path $base $@ | tee -i runtests.log
exit $?
