]> git.ipfire.org Git - thirdparty/ccache.git/commit
Make failed tests create a testdir.failed symlink (#511)
authorThomas Otto <thomas.otto@pdv-fs.de>
Sun, 19 Jan 2020 19:47:27 +0000 (20:47 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 19 Jan 2020 19:47:27 +0000 (20:47 +0100)
commit57d215a0a7765f17788dbdb52e555ae3d513721d
treec666c46d8bf2de94c6383511a7e7d0a5b93d4729
parent60138c579a69200d109ac480b1185b99752d272b
Make failed tests create a testdir.failed symlink (#511)

When the test suite fails 'testdir.failed' now points to the random
'testdir.9876/' directory. This make iterative debugging of failing
tests easier by always using the symlink name or re-issuing 'cd $PWD'
when 'cd'-ed into the 'testdir.failed' directory.

All artifacts can still be removed via 'rm -r testdir.*'.
test/run