Browse Source

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

Nathalie Furmento 6 years ago
parent
commit
094ce5f684
1 changed files with 1 additions and 2 deletions
  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