mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
tutorials: Allrun: Corrected subshell handling of logging function
This commit is contained in:
@ -75,7 +75,7 @@ logReport()
|
||||
# logReportDir <directory>
|
||||
# Extracts useful info from all log files in a directory
|
||||
logReportDir()
|
||||
{
|
||||
(
|
||||
[ -d $1 ] || return 0
|
||||
|
||||
cd $1 || return 1
|
||||
@ -92,7 +92,7 @@ logReportDir()
|
||||
echo "" >> ../testLoopReport
|
||||
|
||||
return $retVal
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
# Recursively run all cases
|
||||
|
||||
Reference in New Issue
Block a user