Update README.md

This commit is contained in:
fanasina
2023-10-09 09:16:39 +02:00
committed by GitHub
parent 4299e04789
commit 68c6a6c5e0
+2 -2
View File
@@ -82,11 +82,11 @@ OPTIONS
other option: -z=log_parallel (to avoid logs not ordered when parallel tests which is loged by default) other option: -z=log_parallel (to avoid logs not ordered when parallel tests which is loged by default)
``` ```
for example: For example, to launch tests (`test/is_good.c`) on 4 threads, using unicolor(black&white), and remove logs when all tests are done:
``` ```
./launch_is_good_c -p 4 -r -u ./launch_is_good_c -p 4 -r -u
``` ```
launch the tests on 4 threads, using unicolor(black&white), and remove logs when all tests are done.