Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

Commit

Permalink
Prepare new version
Browse files Browse the repository at this point in the history
  • Loading branch information
joergboe committed Dec 17, 2019
1 parent 8811808 commit 19ecd35
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,3 +249,8 @@ Version 3.9.2:
- Reset errexit- and nounset option is disabled in test cases finalization phase
- Test case now kills child jobs when case is finished
- Correction in jobcontrol when jobs are fast finished (checkDuplicateJobspec)

Version 3.9.3
- errexit and nounset now also disabled in suite finalization
- Sort output for job START and END
- Code cleanups
2 changes: 1 addition & 1 deletion bin/suite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ handleJobEnd() {
fi
fi
echo "$tmpCaseAndVariant : $caseElapsedTime" >> "${TTRO_workDirSuite}/CASE_EXECUTE"
printInfon "END: jobspec=%$jobspec i=$i running=$TTTI_numberJobsRunning case='${tmpCase}' variant='${tmpVariant}' maxJobs=$TTTI_currentParralelJobsEffective systemLoad=$TTTT_systemLoad pid=$pid state=$jobState"
printInfon "END: jobspec=%$jobspec i=$i running=$TTTI_numberJobsRunning case='${tmpCase}' variant='${tmpVariant}' maxJobs=$TTTI_currentParralelJobsEffective systemLoad=$TTTT_systemLoad pid=$pid state=$jobState"
TTTI_tpid[$i]=""
TTTI_tjobspec[$i]=""
TTTI_texclusiveExecution=''
Expand Down
2 changes: 1 addition & 1 deletion bin/version.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
declare -xr TTRO_version="3.9.3__dev__"
declare -xr TTRO_version="3.9.3"

0 comments on commit 19ecd35

Please sign in to comment.