From c0dcbea6145b6bb155e278aad3f0123616bfdc93 Mon Sep 17 00:00:00 2001 From: Randy LeVeque Date: Sun, 26 May 2019 21:34:42 -0700 Subject: [PATCH] remove GIT_STATUS from test Makefiles This makes the test fail if run in a non-git version of the code, e.g. obtained from a tar file. We should improve clawutil.claw_git_status.py to not throw an error in this case eventually. --- tests/chile2010_adjoint/Makefile | 1 - tests/chile2010_adjoint/adjoint/Makefile | 1 - 2 files changed, 2 deletions(-) diff --git a/tests/chile2010_adjoint/Makefile b/tests/chile2010_adjoint/Makefile index 1b7972a9e..ccae7cc07 100644 --- a/tests/chile2010_adjoint/Makefile +++ b/tests/chile2010_adjoint/Makefile @@ -20,7 +20,6 @@ PLOTDIR = _plots # Directory for plots OVERWRITE ?= True # False ==> make a copy of OUTDIR first RESTART ?= False # Should = clawdata.restart in setrun -GIT_STATUS = True # Environment variable FC should be set to fortran compiler, e.g. gfortran diff --git a/tests/chile2010_adjoint/adjoint/Makefile b/tests/chile2010_adjoint/adjoint/Makefile index d01484439..4127f43d8 100644 --- a/tests/chile2010_adjoint/adjoint/Makefile +++ b/tests/chile2010_adjoint/adjoint/Makefile @@ -21,7 +21,6 @@ PLOTDIR = _plots # Directory for plots OVERWRITE ?= True # False ==> make a copy of OUTDIR first RESTART ?= False # Should = clawdata.restart in setrun -GIT_STATUS = True # Environment variable FC should be set to fortran compiler, e.g. gfortran