From fad1eb0a99ece52c6c2f42d8eb9e9ae2559d9ebc Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Tue, 17 Apr 2018 15:07:27 +0100 Subject: [PATCH] readme: too may try outs --- README.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index a3547fe..1f750c8 100644 --- a/README.adoc +++ b/README.adoc @@ -2807,7 +2807,7 @@ https://github.com/linux-test-project/ltp C userland test suite. -Buildroot already has a package, so it is trivial to try it out: +Buildroot already has a package, so it is trivial to build it: .... ./build -B 'BR2_PACKAGE_LTP_TESTSUITE=y' @@ -2822,7 +2822,7 @@ cd /usr/lib/ltp-testsuite/testcases There is a main executable `execltp` to run everything, but it depends on Python, so let's just run them manually. -TODO a large chunk of tests, the Open POSIX testsuite, is disabled with a comment on Buildroot master saying build failed: https://github.com/buildroot/buildroot/blob/3f37dd7c3b5eb25a41edc6f72ba73e5a21b07e9b/package/ltp-testsuite/ltp-testsuite.mk#L13 However, both tickets mentioned there were closed, so we should try it out and patch Buildroot if it works now. +TODO a large chunk of tests, the Open POSIX test suite, is disabled with a comment on Buildroot master saying build failed: https://github.com/buildroot/buildroot/blob/3f37dd7c3b5eb25a41edc6f72ba73e5a21b07e9b/package/ltp-testsuite/ltp-testsuite.mk#L13 However, both tickets mentioned there were closed, so we should try it out and patch Buildroot if it works now. ==== stress