Explorar el Código

contrib/ci.inria.fr: do not show check output

Nathalie Furmento hace 7 años
padre
commit
628492f8ed
Se han modificado 1 ficheros con 3 adiciones y 2 borrados
  1. 3 2
      contrib/ci.inria.fr/job-1-check.sh

+ 3 - 2
contrib/ci.inria.fr/job-1-check.sh

@@ -74,10 +74,11 @@ fi
 
 make
 #make check
-(make -k check || true) 2>&1 | tee  ../check_$$
+#(make -k check || true) 2>&1 | tee  ../check_$$
+(make -k check || true) 2>&1 > ../check_$$
 make showsuite
 
-grep "^FAIL:" ../check_$$ || true
+#grep "^FAIL:" ../check_$$ || true
 
 make clean