From 65c2e6ff61be4b370919926899838c684df3d06f Mon Sep 17 00:00:00 2001 From: Jerome Reybert <jreybert@gmail.com> Date: Sat, 24 Oct 2015 10:04:40 +0200 Subject: [PATCH] test/test.config: temporarly disable submodule test --- test/test.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.config b/test/test.config index ec70c72..e137682 100644 --- a/test/test.config +++ b/test/test.config @@ -6,5 +6,5 @@ declare -A test_scripts=( [renameFile.vader]='manage.py|manage\ with\ spaces.py;djooks/settings\ with\ spaces.py|djooks/settings_without_spaces.py' [ignoreFile.vader]='bootstrap' [addDir.vader]='newdir\/' - [addSubmodule.vader]='subdjooks' +#[addSubmodule.vader]='subdjooks' ) -- GitLab