tutorials/Allrun: Prevent unconfirmed completion for foamDictionary logs
This commit is contained in:
@ -3,7 +3,7 @@
|
|||||||
# ========= |
|
# ========= |
|
||||||
# \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
# \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
# \\ / O peration | Website: https://openfoam.org
|
# \\ / O peration | Website: https://openfoam.org
|
||||||
# \\ / A nd | Copyright (C) 2011-2020 OpenFOAM Foundation
|
# \\ / A nd | Copyright (C) 2011-2023 OpenFOAM Foundation
|
||||||
# \\/ M anipulation |
|
# \\/ M anipulation |
|
||||||
#------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
||||||
# License
|
# License
|
||||||
@ -80,7 +80,7 @@ logReportDir()
|
|||||||
|
|
||||||
cd $1 || return 1
|
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
|
[ -n "$logs" ] || return 0
|
||||||
|
|
||||||
retVal=0
|
retVal=0
|
||||||
|
|||||||
Reference in New Issue
Block a user