mirror of
https://github.com/NVIDIA/nvbench.git
synced 2026-04-30 03:31:13 +00:00
Run tests in parallel.
This commit is contained in:
@@ -210,7 +210,7 @@ log "Test..."
|
|||||||
# Make sure test_status captures ctest, not tee:
|
# Make sure test_status captures ctest, not tee:
|
||||||
# https://stackoverflow.com/a/999259/11130318
|
# https://stackoverflow.com/a/999259/11130318
|
||||||
set -o pipefail
|
set -o pipefail
|
||||||
echo_and_run_timed "Test" ctest ${CTEST_FLAGS} | tee ctest_log
|
echo_and_run_timed "Test" ctest ${CTEST_FLAGS} -j ${PARALLEL_LEVEL} | tee ctest_log
|
||||||
)
|
)
|
||||||
|
|
||||||
test_status=$?
|
test_status=$?
|
||||||
|
|||||||
Reference in New Issue
Block a user