From: Mark Wielaard Date: Sat, 12 Nov 2016 19:51:51 +0000 (+0000) Subject: Cleanup none/tests/nocwd.vgtest tmp dirs. X-Git-Tag: svn/VALGRIND_3_13_0~287 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2fb506df7a837c38cd37e4f4976f76e96d0d1389;p=thirdparty%2Fvalgrind.git Cleanup none/tests/nocwd.vgtest tmp dirs. 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 --- diff --git a/none/tests/nocwd.vgtest b/none/tests/nocwd.vgtest index 74e2b4aba9..f8d4c3bde3 100644 --- a/none/tests/nocwd.vgtest +++ b/none/tests/nocwd.vgtest @@ -1,2 +1,3 @@ prog: nocwd vgopts: -q --trace-children=yes +cleanup: chmod u+rwx /tmp/wd_test_*; rm -rf /tmp/wd_test_*