From e54ca379199a0b03a252d584436f7e76d73fc89d Mon Sep 17 00:00:00 2001
From: giordano <domenico.giordano@cern.ch>
Date: Thu, 19 Sep 2019 17:00:03 +0200
Subject: [PATCH] do not remove created jsons anymore

---
 common/parsertest.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/parsertest.sh b/common/parsertest.sh
index 121cba25..98d69a86 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
-- 
GitLab