diff --git a/common/parsertest.sh b/common/parsertest.sh
index 121cba2540e780c9a9a6f04fc2695bbc7f912c79..98d69a868cba000578c7e6a05be2148e95ae6205 100755
--- a/common/parsertest.sh
+++ b/common/parsertest.sh
@@ -105,7 +105,7 @@ for job in $jobs; do
   done
 
   # Clean up and dump test results
-  \rm -f *TEST*json
+  #\rm -f *TEST*json
   echo -e "\nParser test completed for '$job' (parse exit code=$status1; test exit code=$status2)"
 
 done