From 348fcbf12b67cc62dc9459a26ef15a340c2b2887 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ole=20Sch=C3=BCtt?= Date: Sun, 23 Sep 2018 20:41:37 +0000 Subject: [PATCH] Makefile: Pass -nogit to do_regtest. svn-origin-rev: 18609 --- makefiles/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefiles/Makefile b/makefiles/Makefile index 3efbcacdd7..7cd35e3daf 100644 --- a/makefiles/Makefile +++ b/makefiles/Makefile @@ -130,7 +130,7 @@ all: dirs makedep # foreground testing, compilation happens in do_regtest test: dirs - cd $(TSTDIR); $(TOOLSRC)/regtesting/do_regtest -nosvn -quick -arch $(ARCH) -version $(ONEVERSION) -cp2kdir ../../../ $(TESTOPTS) + cd $(TSTDIR); $(TOOLSRC)/regtesting/do_regtest -nosvn -nogit -quick -arch $(ARCH) -version $(ONEVERSION) -cp2kdir ../../../ $(TESTOPTS) # background testing, compilation happens here testbg: dirs makedep all