#!/bin/bash
base=~cs537-2/ta/tests/1b
python $base/runtests.py --test-path $base $@ | tee runtests.log
exit $?
