@ -1,5 +1,9 @@
2020-05-28 Jacob Bachmeyer <jcb62281+dev@gmail.com>
PR 41587
* testsuite/runtest.main/options.exp: Set outdir in options-init
instead of changing working directory in child runtest.
* runtest.exp (logname): Move verbose display of logname to
immediately after finding the user's login name.
@ -29,7 +29,7 @@ puts $fd "set host_triplet $host_triplet"
puts $fd "set srcdir [testsuite file -source -test options]"
puts $fd "set objdir [testsuite file -object -test options]"
puts $fd "set tmpdir $tmpdir"
puts $fd "cd [testsuite file -object -test options]"
puts $fd "set outdir [testsuite file -object -test options]"
close $fd
if {![file isdirectory $tmpdir]} {