Skip to content
Snippets Groups Projects
Commit 148af75e authored by Brad King's avatar Brad King
Browse files

Merge topic 'ci-test-CommandLength' into release-3.28


edb833d6 Tests/CommandLength: Refactor test commands to reduce test run time

Acked-by: default avatarKitware Robot <kwrobot@kitware.com>
Merge-request: !9256
parents 403af46b edb833d6
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,10 @@ set(msg "${msg} ${msg}")
set(msg "${msg} ${msg}")
set(msg "${msg} ${msg}")
set(msg "${msg} ${msg}")
foreach(i RANGE 1 1000)
set(msg "${msg} ${msg}")
set(msg "${msg} ${msg}")
set(msg "${msg} ${msg}")
foreach(i RANGE 1 125)
add_custom_command(TARGET CommandLength POST_BUILD VERBATIM
COMMAND ${CMAKE_COMMAND} -E echo "${i} ${msg}" > log/${i}
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment