slowly getting there
[imago.git] / test / errors.py
1 #!/usr/bin/env python
2
3 import sys
4 import pickle
5
6 res = pickle.load(open(sys.argv[1], 'r'))
7
8 for (name, time, output, error, r_code) in res:
9     if r_code > 0:
10         print error