From 617f302808d24fa11fab49b21b71fe644ca7b053 Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Sat, 17 Jan 2015 18:39:29 -0800 Subject: tests: Use Git instead of Subversion in autotest --- tests/autotest-remote-host.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/autotest-remote-host.pl') diff --git a/tests/autotest-remote-host.pl b/tests/autotest-remote-host.pl index 5abef1e..63dfe68 100644 --- a/tests/autotest-remote-host.pl +++ b/tests/autotest-remote-host.pl @@ -32,6 +32,6 @@ exit unless $client; select $client; -&execprint('svn up') == 0 || die "error updating from repo\n"; +&execprint('git pull') == 0 || die "error updating from repo\n"; &execprint('perl tests/autotest-local.pl') == 0 || die "error launching tests\n"; system($exitcmd); -- cgit v1.2.3