branch: scratch/editorconfig-cc
commit 8cf419254da4b6a074153bc54aa937ae7047c443
Author: 10sr <8.slas...@gmail.com>
Commit: Stefan Monnier <monn...@iro.umontreal.ca>

    Do not update submodule when running tests
---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index d554209cf2..c787fe4e6c 100644
--- a/Makefile
+++ b/Makefile
@@ -38,7 +38,7 @@ test: test-ert test-core test-metadata $(OBJS)
 
 # ert test
 test-ert: $(ERT_TESTS) $(OBJS)
-       git submodule update --init
+       git submodule init
        $(EMACS) $(BATCHFLAGS) \
                --eval "(setq debug-on-error t)" \
                --eval "(require 'ert)" \
@@ -50,7 +50,7 @@ test-ert: $(ERT_TESTS) $(OBJS)
 
 # Core test
 core-test/CMakeLists.txt:
-       git submodule update --init
+       git submodule init
 
 test-core: core-test/CMakeLists.txt $(OBJS)
        cd $(PROJECT_ROOT_DIR)/core-test && \

Reply via email to