Co-authored-by: Terts Diepraam <terts.diepraam@gmail.com>
This commit is contained in:
Sylvestre Ledru 2022-04-03 11:09:45 +02:00 committed by GitHub
parent f633d52cb1
commit 950432e492
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -379,7 +379,7 @@ The Python script `./util/remaining-gnu-error.py` shows the list of failing test
To improve the GNU compatibility, the following process is recommended:
1. Identify a test (the smaller, the better) on a program that you understand or easy to understand. You can use the `./util/remaining-gnu-error.py` script to help with this decision.
1. Identify a test (the smaller, the better) on a program that you understand or is easy to understand. You can use the `./util/remaining-gnu-error.py` script to help with this decision.
1. Build both the GNU and Rust coreutils using: `bash util/build-gnu.sh`
1. Run the test with `bash util/run-gnu-test.sh <your test>`
1. Start to modify `<your test>` to understand what is wrong. Examples: