mirror of
https://github.com/progval/irctest.git
synced 2025-04-04 22:39:50 +00:00
Add support for 'faketime', to avoid long sleeps in upcoming ELIST tests
This commit is contained in:
@ -209,8 +209,8 @@ def get_test_job(*, config, test_config, test_id, version_flavor, jobs):
|
||||
*unpack,
|
||||
*install_steps,
|
||||
{
|
||||
"name": "Install Atheme",
|
||||
"run": "sudo apt-get install atheme-services",
|
||||
"name": "Install system dependencies",
|
||||
"run": "sudo apt-get install atheme-services faketime",
|
||||
},
|
||||
{
|
||||
"name": "Install irctest dependencies",
|
||||
|
Reference in New Issue
Block a user