浏览代码

contrib/ci.inria.fr: call make showsuite instead of showcheck

Nathalie Furmento 6 年之前
父节点
当前提交
d460178e20
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      contrib/ci.inria.fr/job-1-check.sh

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

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