tutorials/Allrun: Prevent unconfirmed completion for foamDictionary logs

This commit is contained in:
Will Bainbridge
2023-03-23 14:19:11 +00:00
parent b3d90497c2
commit 4b6cf83ab0

View File

@ -3,7 +3,7 @@
# ========= |
# \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
# \\ / O peration | Website: https://openfoam.org
# \\ / A nd | Copyright (C) 2011-2020 OpenFOAM Foundation
# \\ / A nd | Copyright (C) 2011-2023 OpenFOAM Foundation
# \\/ M anipulation |
#------------------------------------------------------------------------------
# License
@ -80,7 +80,7 @@ logReportDir()
cd $1 || return 1
logs=`find . -name "log.*" ! -name "log.foamDictionary"`
logs=`find . -name "log.*" ! -name "log.foamDictionary" ! -name "log.foamDictionary.*"`
[ -n "$logs" ] || return 0
retVal=0