From cd83857606b6750265b81331e839070f92c0facb Mon Sep 17 00:00:00 2001 From: Caitlyn Mcallister Date: Fri, 15 Sep 2023 12:07:40 -0400 Subject: [PATCH] remove the ls, add command to remove netcdf files after r4 test runs --- test_fms/topography/test_topography.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test_fms/topography/test_topography.sh b/test_fms/topography/test_topography.sh index d4be0b1744..9c6bb0d494 100755 --- a/test_fms/topography/test_topography.sh +++ b/test_fms/topography/test_topography.sh @@ -42,10 +42,10 @@ test_expect_success "Test topography: r4_kind" ' mpirun -n 2 ./test_topography_r4 ' +rm -f *.nc + test_expect_success "Test topography: r8_kind" ' mpirun -n 2 ./test_topography_r8 ' -ls - test_done