mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-01 21:33:09 +02:00
tests/gobject-query: it is not a script (anymore?)
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
parent
30e7a00017
commit
fdfe94fb16
@ -55,12 +55,6 @@ class TestGobjectQuery(unittest.TestCase):
|
|||||||
|
|
||||||
def runGobjectQuery(self, *args):
|
def runGobjectQuery(self, *args):
|
||||||
argv = [self.__gobject_query]
|
argv = [self.__gobject_query]
|
||||||
|
|
||||||
# shebang lines are not supported on native
|
|
||||||
# Windows consoles
|
|
||||||
if os.name == "nt":
|
|
||||||
argv.insert(0, sys.executable)
|
|
||||||
|
|
||||||
argv.extend(args)
|
argv.extend(args)
|
||||||
print("Running:", argv)
|
print("Running:", argv)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user