readme: too may try outs

This commit is contained in:
Ciro Santilli
2018-04-17 15:07:27 +01:00
parent 50f2518656
commit fad1eb0a99

View File

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