ソースを参照

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

Nathalie Furmento 7 年 前
コミット
628492f8ed
共有1 個のファイルを変更した3 個の追加2 個の削除を含む
  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