Explorar o código

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

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