Skip to content

Commit

Permalink
doc/howto/tests: add missing -i flag to ngl-render command
Browse files Browse the repository at this point in the history
  • Loading branch information
ubitux authored and cboesch-gpsw committed May 16, 2022
1 parent 6b721ec commit fee778e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/dev/howto/tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fee778e

Please sign in to comment.