This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "DejaGNU".
The branch, master has been updated via 73a138783acb52eb30ad0df731dc390170d803ad (commit) from ffca2d28a3909351b1da633bec179a47ac9280e0 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 73a138783acb52eb30ad0df731dc390170d803ad Author: Jacob Bachmeyer <jcb62...@gmail.com> Date: Thu Nov 22 12:04:10 2018 +1100 * runtest.exp: Ensure that multipass pass variables are always restored. Previously, they were only restored if the "Go digging for tests" branch was taken near the end of runtest.exp. This bug was found while splitting a new variable out of some uses of $srcdir when Emacs paren highlighting did not look right. Sure enough, the per-pass variables are set unconditionally, but are only restored if the "Go digging for tests" branch was taken. This patch moves that loop out of an 'else' block and into the same 'foreach' that contains the loop that sets per-pass variables. Signed-off-by: Ben Elliston <b...@gnu.org> ----------------------------------------------------------------------- Summary of changes: ChangeLog | 6 ++++++ runtest.exp | 19 ++++++++++--------- 2 files changed, 16 insertions(+), 9 deletions(-) hooks/post-receive -- DejaGNU _______________________________________________ Dejagnu-commit mailing list Dejagnu-commit@gnu.org https://lists.gnu.org/mailman/listinfo/dejagnu-commit