CONFIG: add date and paths information for tutorial Allrun script

STYLE: replace short-circuit Allrun script with Alltest
This commit is contained in:
Mark Olesen
2021-09-22 15:18:36 +02:00
parent 134aaee91a
commit fcd7423fa8
8 changed files with 109 additions and 86 deletions

View File

@ -5,7 +5,7 @@
# \\ / A nd | www.openfoam.com
# \\/ M anipulation |
#------------------------------------------------------------------------------
# Copyright (C) 2017-2019 OpenCFD Ltd.
# Copyright (C) 2017-2021 OpenCFD Ltd.
#------------------------------------------------------------------------------
# License
# This file is part of OpenFOAM, distributed under GPL-3.0-or-later.
@ -114,7 +114,7 @@ removeLogs()
-name '*.pvs' -o -name '*.foam' -o -name '*.OpenFOAM' \
\) -type f -delete
rm -f logs testLoopReport
rm -f logs testLoopReport log.Allrun log.Alltest
}