]> git.lizzy.rs Git - rust.git/commit
Make library paths passed by compiletest tool absolute.
authorMichael Woerister <michaelwoerister@posteo.net>
Mon, 29 Feb 2016 13:44:06 +0000 (08:44 -0500)
committerNiko Matsakis <niko@alum.mit.edu>
Fri, 25 Mar 2016 18:07:17 +0000 (14:07 -0400)
commitc7e54d72792d49961930d13e854c8748eee1cd82
treec2dea59acb07c35fa898c91e9f4b41d2ad0d26a6
parent606c985a50c588a320efb1441471589211744f56
Make library paths passed by compiletest tool absolute.

Otherwise, changing the current working directory can mess up runtime linking.
src/compiletest/common.rs
src/compiletest/compiletest.rs
src/compiletest/runtest.rs