From fee778e22b231a5dd6fec1ace2206cdf88c6831d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20B=C5=93sch?= Date: Sat, 14 May 2022 00:39:33 +0200 Subject: [PATCH] doc/howto/tests: add missing -i flag to ngl-render command --- doc/dev/howto/tests.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/dev/howto/tests.md b/doc/dev/howto/tests.md index 2cb03451a8..a2d924e84e 100644 --- a/doc/dev/howto/tests.md +++ b/doc/dev/howto/tests.md @@ -129,7 +129,7 @@ ngl-serialize pynodegl_utils.examples.misc fibo /tmp/fibo.ngl # Count the number of mallocs (the last lines will contain something like # MEMCOUNT: 858) -NGL_MEM_ALLOC_FAIL=count ngl-render -t 0:30:60 /tmp/fibo.ngl +NGL_MEM_ALLOC_FAIL=count ngl-render -t 0:30:60 -i /tmp/fibo.ngl # Make them fail one by one for i in $(seq 0 858); do