mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
9a6dd6d46f
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.
3 lines
69 B
Bash
Executable file
3 lines
69 B
Bash
Executable file
#!/bin/sh
|
|
|
|
exec "$srcdir/test_compress.sh" compress_generated_random
|