commit 00d2b697dbd14b05c12e05fa1b50fa8d9fa1fbd4
parent d9b6c4384a9995d70c3bfa352d343a84c7491059
Author: Roberto E. Vargas Caballero <k0ga@shike2.net>
Date: Fri, 29 May 2026 14:34:38 +0200
tests/libc: Add -s to make to be silent
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/libc/execute/runtests.sh b/tests/libc/execute/runtests.sh
@@ -15,7 +15,7 @@ do
rm -f *.o $i $tmp1 $tmp2
(echo $i
- ${MAKE-make} $i
+ ${MAKE-make} -s $i
echo '/^output:$/+;/^end:$/-'w $tmp1 | ed -s $i.c
timeout 30 $EXEC ./$i >$tmp2 2>&1