From 79fd8e0e3c328d09d7861c92fd7972b898d864df Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Diemer?= <stephane.diemer@ubicast.eu>
Date: Mon, 15 Jan 2018 17:51:11 +0100
Subject: [PATCH] Init submodules for ms-testing-suite (refs #24069).

---
 tester.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tester.py b/tester.py
index 095d6839..8e3276bc 100755
--- a/tester.py
+++ b/tester.py
@@ -236,7 +236,8 @@ class Tester():
                 # TODO:
                 # subprocess.check_call(['git', 'checkout', 'stable'])
                 subprocess.check_call(['git', 'pull', '--recurse-submodules'])
-                subprocess.check_call(['git', 'submodule', 'update', '--recursive'])
+                subprocess.check_call(['git', 'submodule', 'init'])
+                subprocess.check_call(['git', 'submodule', 'update', '--init', '--recursive'])
                 os.chdir(self.root_dir)
             else:
                 log('Cloning ms-testing-suite in "%s".' % ms_path)
-- 
GitLab