Explorar o código

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

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