diff --git a/ci_test_scripts/run_ci_tests.sh b/ci_test_scripts/run_ci_tests.sh
index 333e6f3fa99b59475b14c74fa33a3578763ddcb3..90497323646ef603a9d97e6c41fdf14caa325967 100755
--- a/ci_test_scripts/run_ci_tests.sh
+++ b/ci_test_scripts/run_ci_tests.sh
@@ -206,13 +206,10 @@ then
 
     fi
   fi
-  #if [ $exitCode -ne 0 ]
-  #then
   if [ -f ./test-suite.log ]
   then
     cat ./test-suite.log
   fi
-  #fi
 
   exit $exitCode
 
diff --git a/ci_test_scripts/run_distcheck_tests.sh b/ci_test_scripts/run_distcheck_tests.sh
index 7d74ddd629f5a9177af3ee9d49db937c809c3373..2ed02f7ddc261453ca8b2a0b1b01e4c59009b450 100755
--- a/ci_test_scripts/run_distcheck_tests.sh
+++ b/ci_test_scripts/run_distcheck_tests.sh
@@ -145,20 +145,15 @@ then
     cat ./ELPA_CI.out.*
     #if [ $exitCode -ne 0 ]
     #then
-      cat ./ELPA_CI.err.*
+    cat ./ELPA_CI.err.*
     #fi
-    if [ -f ./test-suite.log ]
-    then
-      cat ./test-suite.log
-    fi
 
   fi
 
-  #if [ $exitCode -ne 0 ]
-  #then
+  if [ -f ./test-suite.log ]
+  then
     cat ./test-suite.log
-  #fi
-
+  fi
   exit $exitCode
 
 fi