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.

(From OE-Core rev: 0e2c41724197de3de89d762cb1b648c09839af53)

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Ross Burton 2025-06-06 16:15:43 +01:00 committed by Richard Purdie
parent 8644f202a1
commit f8d0b0127a

View File

@ -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