tutorials: Allrun: Corrected subshell handling of logging function

This commit is contained in:
Will Bainbridge
2018-04-30 17:41:58 +01:00
parent 826e009c2e
commit 35c3c814ce

View File

@ -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