Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-01-04 | Tests: Replace non portable shell parameter expansion | Jia Tan | 1 | -1/+1 | |
The shell parameter expansion using # and ## is not supported in Solaris 10 Bourne shell (/bin/sh). Even though this is POSIX, it is not fully portable, so we should avoid it. | |||||
2022-05-23 | Tests: Split test_compress.sh into separate test unit for each file. | Lasse Collin | 1 | -0/+3 | |
test_compress.sh now takes one command line argument: a filename to be tested. If it begins with "compress_generated_" the file will be created with create_compress_files. This will allow parallel execution of the slow tests. |