[bzip2-tests COMMITTED] README: Correct name of run-tests.sh script
Mark Wielaard
mark@klomp.org
Sat Jul 11 21:53:54 GMT 2026
It is ./run-tests.sh with .sh extension.
---
README | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README b/README
index 1cff8a1bfe16..bc9be62ecbd8 100644
--- a/README
+++ b/README
@@ -31,8 +31,8 @@ Those will automatically be cleaned by up the testframework.
There is a simple bash script to run the tests:
-run-tests [--bzip2=bzip2-command] [--without-valgrind]
- [--ignore-md5] [--tests-dir=/path/to/bzip2-tests-dir]
+./run-tests.sh [--bzip2=bzip2-command] [--without-valgrind]
+ [--ignore-md5] [--tests-dir=/path/to/bzip2-tests-dir]
It will by default test with the command 'bzip2', running under
valgrind (if installed on the system), checking md5 sum files
@@ -55,5 +55,5 @@ should try to recover any blocks and should exit gracefully.
If you just want to check a directory (and any subdirectories)
full of (known good) .bz2 files you can invoke the script as:
- ./run-test --ignore-md5 --tests-dir=/dir/full/off/bz2/files
+ ./run-test.sh --ignore-md5 --tests-dir=/dir/full/off/bz2/files
--
2.55.0
More information about the Bzip2-devel
mailing list