gst-uninstalled: Don't change current working directory
authorAlicia Boya García <aboya@igalia.com>
Fri, 23 Nov 2018 18:13:49 +0000 (19:13 +0100)
committerThibault Saunier <tsaunier@gnome.org>
Fri, 23 Nov 2018 18:22:43 +0000 (18:22 +0000)
commit0b6c960ca70764deffff84b5835502294ddf3f7c
tree013afb26b67bf17243486ca2149ad4ab5f671cf5
parent96a1384af94f9412bba110b4523c3e9cce31e204
gst-uninstalled: Don't change current working directory

Currently gst-uninstalled.py changes the current directory to the root
of the gst-build before executing execute the command passed as
arguments. This is unnecessary, it creates confusion and makes scripting
more cumbersome. This patch fixes that.
gst-uninstalled.py