Explorar o código

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

Nathalie Furmento %!s(int64=7) %!d(string=hai) anos
pai
achega
628492f8ed
Modificáronse 1 ficheiros con 3 adicións e 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