]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
strace: further clean up of ptest folders
authorAlexandre Belloni <alexandre.belloni@bootlin.com>
Tue, 17 Oct 2023 16:53:49 +0000 (18:53 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 17 Oct 2023 21:51:31 +0000 (22:51 +0100)
Removing the out files removes about 350MB of data which helps staying
in the currently allocated ptest image space as we are hitting disk
space issues after enabling the parallelization of tests.

Fixes [Yocto #15220]

Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/strace/strace/ptest-spacesave.patch

index c5d8ff920789fccd358c3376c0a0878b4309e251..4e86ccadc5b29b6611e8609ee1c265dabba5908e 100644 (file)
@@ -22,7 +22,7 @@ index 3540204..5e1e7c9 100755
                $hdr
                . "\${srcdir=.}/init.sh"
                run_strace_match_diff $arg0 $args
-+              rm -rf log exp
++              rm -rf log exp out
                EOF
                ;;