GNOME Bugzilla – Bug 690667
Patches for jhbuild wrapper / test runner
Last modified: 2012-12-24 02:18:34 UTC
See patches. None of these are necessary; they're just convenient.
Created attachment 232145 [details] [review] run-test: Load shell files from the srcdir
Created attachment 232146 [details] [review] run-js-test: initialize shell introspection
Created attachment 232147 [details] [review] gnome-shell-jhbuild: Remove old envvar This isn't used anymore.
Review of attachment 232145 [details] [review]: This one is surely needed, you don't want to test the installed shell instead of the built one...
Review of attachment 232146 [details] [review]: ::: src/run-js-test.c @@ +65,3 @@ + + g_irepository_prepend_search_path (MUTTER_TYPELIB_DIR); + g_irepository_prepend_search_path (GNOME_SHELL_PKGLIBDIR); This one will cause run-js-test to pick the installed Shell-0.1 and St-1.0 instead of the just built one. It looks wrong to me.
Review of attachment 232147 [details] [review]: Yes
Attachment 232145 [details] pushed as 86a8452 - run-test: Load shell files from the srcdir Attachment 232147 [details] pushed as ab638a4 - gnome-shell-jhbuild: Remove old envvar OK, didn't push.