From ca4866290b2408c39575f4cea40f2bac16183631 Mon Sep 17 00:00:00 2001 From: "arseny.kapoulkine" Date: Thu, 20 May 2010 07:32:49 +0000 Subject: tests: Fixed deprecation warnings disabling for GCC 4.0, miscellaneous fixes for MacOS X git-svn-id: http://pugixml.googlecode.com/svn/trunk@433 99668b35-9821-0410-8761-19e4c4f06640 --- tests/autotest-remote-server.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/autotest-remote-server.pl') diff --git a/tests/autotest-remote-server.pl b/tests/autotest-remote-server.pl index 9b7e8c1..970476c 100644 --- a/tests/autotest-remote-server.pl +++ b/tests/autotest-remote-server.pl @@ -7,7 +7,7 @@ $vm = shift; my $server = new IO::Socket::INET(LocalPort => 7183, Listen => 1); die "Could not create socket: $!\n" unless $server; -system("vboxmanage startvm $vm --type gui"); +system("vboxmanage startvm $vm --type headless"); print "Listening for connection...\n"; -- cgit v1.2.3