compare-render: Failing to load an image is a failure

This commit is contained in:
Benjamin Otte
2024-08-24 19:27:35 +02:00
parent 8da478ab34
commit 817cfb09f8

View File

@@ -376,7 +376,7 @@ main (int argc, char **argv)
g_print ("Error loading reference surface: %s\n", error->message);
g_clear_error (&error);
save_image (rendered_texture, node_file, ".out.png");
return 0;
return 1;
}
/* Now compare the two */