]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Cleanup none/tests/nocwd.vgtest tmp dirs.
authorMark Wielaard <mark@klomp.org>
Sat, 12 Nov 2016 19:51:51 +0000 (19:51 +0000)
committerMark Wielaard <mark@klomp.org>
Sat, 12 Nov 2016 19:51:51 +0000 (19:51 +0000)
The none/tests/nocwd creates a really deep temporary directory structure
that is also inaccessible after the test. This causes issues with some
build wrappers like koji which fail to cleanup such deep subdirectories.
So explicitly cleanup the directory after the test.

https://bugzilla.redhat.com/show_bug.cgi?id=1390282

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@16134

none/tests/nocwd.vgtest

index 74e2b4aba9f2ff2f20fbc3d1d5febde7caa06273..f8d4c3bde3688b6b7b4dac4af8d7490d02c8747c 100644 (file)
@@ -1,2 +1,3 @@
 prog: nocwd
 vgopts: -q --trace-children=yes
+cleanup: chmod u+rwx /tmp/wd_test_*; rm -rf /tmp/wd_test_*