mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 12:59:02 +02: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:
parent
8644f202a1
commit
f8d0b0127a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user