mirror of
https://git.yoctoproject.org/poky
synced 2026-06-03 01:40:07 +00:00
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:
committed by
Richard Purdie
parent
8644f202a1
commit
f8d0b0127a
@@ -1,14 +1,8 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# Define tar test work dir
|
cd @PTEST_PATH@/tests/
|
||||||
WORKDIR=@PTEST_PATH@/tests/
|
|
||||||
|
|
||||||
# Run test
|
# Clear old data
|
||||||
cd ${WORKDIR}
|
rm -rf testsuite.dir testsuite.log
|
||||||
./atconfig ./atlocal ./testsuite
|
|
||||||
|
|
||||||
# clear log
|
|
||||||
rm -rf testsuite.dir
|
|
||||||
rm -rf testsuite.log
|
|
||||||
|
|
||||||
./testsuite --am-fmt
|
./testsuite --am-fmt
|
||||||
|
|||||||
Reference in New Issue
Block a user