diff --git a/test.py b/test.py
index 0ac1575cd..f0e9ab120 100755
--- a/test.py
+++ b/test.py
@@ -1774,18 +1774,10 @@ def run_tests():
f = open(xml_results_file, 'a')
f.write("\n")
f.write(" %s\n" % job.display_name)
- f.write(' CRASH\n')
+ f.write(' CRASH\n')
f.write("\n")
f.close()
- if job.returncode == 2:
- f = open(xml_results_file, 'a')
- f.write("\n")
- f.write(" %s\n" % job.display_name)
- f.write(' VALGR\n')
- f.write("\n")
- f.close()
-
#
# We have all of the tests run and the results written out. One final
# bit of housekeeping is to wait for all of the threads to close down