From: Ross Burton Date: Fri, 6 Jun 2025 15:15:43 +0000 (+0100) Subject: tar: clean up run-ptest X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0e2c41724197de3de89d762cb1b648c09839af53;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git tar: clean up run-ptest I'm not sure why the script was running ./atconfig ./atlocal ./testsuite, as atconfig just sets some variables and ignores the arguments. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-extended/tar/tar/run-ptest b/meta/recipes-extended/tar/tar/run-ptest index 185b33d61a..b4ccbbcb46 100644 --- a/meta/recipes-extended/tar/tar/run-ptest +++ b/meta/recipes-extended/tar/tar/run-ptest @@ -1,14 +1,8 @@ #!/bin/sh -# Define tar test work dir -WORKDIR=@PTEST_PATH@/tests/ +cd @PTEST_PATH@/tests/ -# Run test -cd ${WORKDIR} -./atconfig ./atlocal ./testsuite - -# clear log -rm -rf testsuite.dir -rm -rf testsuite.log +# Clear old data +rm -rf testsuite.dir testsuite.log ./testsuite --am-fmt