Skip to content
Snippets Groups Projects
Commit a5731571 authored by Martin Mareš's avatar Martin Mareš
Browse files

Testy: Také založíme úlohy

parent 9c81bf6e
Branches
No related tags found
1 merge request!121Testovací prostředí
......@@ -115,6 +115,16 @@ init_contests ()
run create-contests 42-Z7-2 --region P8
}
init_tasks()
{
progress "Zakládám úlohy"
local R
for R in 42-A-{1,2,3,4a,4b} 42-Z7-{1,2} ; do
run create-tasks $R $(echo $R | cut -d- -f3) 4 --points 10
done
}
init_contestants ()
{
progress "Přihlašuji soutěžící"
......@@ -161,5 +171,6 @@ init_data
init_codes
init_users
init_contests
init_tasks
init_contestants
init_states
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment