about summary refs log tree commit diff
path: root/src/run.py
AgeCommit message (Collapse)AuthorLines
2011-06-26Remove src/run.pyBrian Anderson-102/+0
This script is totally bitrotted
2010-09-07Make run.py only search in the run-pass directory.Michael Bebenita-1/+1
2010-08-19Use "/usr/bin/env python" per the prevailing stylePatrick Walton-1/+1
2010-08-17Updates to run.py. You can now pass in the rust_log and a flag to terminate ↵Michael Bebenita-5/+14
on the first failure.
2010-08-11Added a -v(algrind) option to run.py.Michael Bebenita-1/+10
2010-08-11Tidy up run script.Graydon Hoare-6/+9
2010-08-09Added a python script to run test cases repeatedly. This helps with ↵Michael Bebenita-0/+81
debugging race conditions.