]> git.cworth.org Git - apitrace-tests/blobdiff - cli/cli-diff-images.script
cli: Use new --call-nos=no call to "apitrace dump-images" for consistent results
[apitrace-tests] / cli / cli-diff-images.script
index e575f1a6149a6a806336e08f02330c4c842472ca..90d27cc198f9126e6c5aee00ce681fc0a48ad973 100644 (file)
@@ -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"