X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=cli%2Fcli-diff-images.script;h=90d27cc198f9126e6c5aee00ce681fc0a48ad973;hb=32cec36546fcd7899f6f92324e1f5166183bb058;hp=e575f1a6149a6a806336e08f02330c4c842472ca;hpb=b6bfb80debba692868d8ea2831511db42ac5b397;p=apitrace-tests diff --git a/cli/cli-diff-images.script b/cli/cli-diff-images.script index e575f1a..90d27cc 100644 --- a/cli/cli-diff-images.script +++ b/cli/cli-diff-images.script @@ -4,7 +4,7 @@ rm_and_mkdir ./tri-out # Generate images for every frame (only 1) of a trace -apitrace dump-images -o ./tri-out/tri tri.trace +apitrace dump-images --call-nos=no -o ./tri-out/tri tri.trace # Compare the result of "apitrace dump-images" with our reference @@ -15,4 +15,4 @@ apitrace diff-images -v ./tri-ref ./tri-out # the other then it would just silently return 0 and this test would # incorrectly pass. -expect "Comparing ./tri-ref/tri0000000027.png and ./tri-out/tri0000000027.png ... MATCH\n" +expect "Comparing ./tri-ref/tri0000000000.png and ./tri-out/tri0000000000.png ... MATCH\n"