<snip> >> I would be happy with this solution, too. However, I don't see anything here >> that explicitly tells Weston to exit after the client tests are finished. >> That is, >> wl_display_terminate(test->compositor->wl_display). Otherwise, the >> tests won't finish. > >Right, we need that in there too, somehow. And an int return_code; >in struct weston_compositor, and then > > ret = ec->return_code; > >after wl_display_run() in weston main(), so we can control the weston >exit code. >
assert(status == 0) should be good enough in test_client_sigchld. >Kristian > >> U. Artie >> <snip> _______________________________________________ wayland-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/wayland-devel
