mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-14 07:03:44 +01:00
974abdf632
First, we introduce a flag to teach src/test/test to split its work into chunks. Then we replace our invocation of src/test/test in our "make check" target with a set of 8 scripts that invoke the first 8th of the tests, the second 8th, and so on. This change makes our "make -kj4 check" target in our hardened gitlab build more than twice as fast, since src/test/test was taking the longest to finish. Closes 40098.
4 lines
65 B
Bash
Executable File
4 lines
65 B
Bash
Executable File
#!/bin/sh
|
|
|
|
"${abs_top_builddir:-.}/src/test/test" --fraction 2/8
|