Explorar el Código

contrib/ci.inria.fr/job-1-check.sh: display make check output as it goes

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

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

@@ -72,8 +72,7 @@ fi
 
 make
 #make check
-(make -k check || true) > ../check_$$ 2>&1
-cat ../check_$$
+(make -k check || true) 2>&1 | tee  ../check_$$
 make showcheck
 
 grep "^FAIL:" ../check_$$ || true