fix bug in gridf2
[imago.git] / test / errors.py
diff --git a/test/errors.py b/test/errors.py
new file mode 100755 (executable)
index 0000000..d5dc73c
--- /dev/null
@@ -0,0 +1,10 @@
+#!/usr/bin/env python
+
+import sys
+import pickle
+
+res = pickle.load(open(sys.argv[1], 'r'))
+
+for (name, time, output, error, r_code) in res:
+    if r_code > 0:
+        print error