Makefile: Pass -nogit to do_regtest.

svn-origin-rev: 18609
This commit is contained in:
Ole Schütt 2018-09-23 20:41:37 +00:00
parent a4ad2a76f0
commit 348fcbf12b

View file

@ -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