Skip to content

timeout: restore working directory before handling timeout

Mark Janes requested to merge majanes/mesa_ci:timeout into master

Many aspects of the gpu hang handling access global state via the current working directory. Rather than pass all of this state down to routines, simply restore the initial working directory.

Merge request reports