This commit is contained in:
emanuel 2021-05-13 18:17:52 +01:00
parent e4778af2c2
commit 14f44366a9
2 changed files with 4 additions and 1 deletions

View File

@ -24,6 +24,9 @@ test:
stage: test
extends: .dependencies
script:
- pacman -Sy it2s-itss-management --noconfirm
- sed -i 's/type = "realtime"/type= "fixed"/g' /etc/it2s/itss.toml
- systemctl start it2s-itss-management
- cd test
- sh spawn.sh

View File

@ -225,7 +225,7 @@ int main() {
void* ctx = zmq_ctx_new();
rv += init(ctx);
//rv += init(ctx);
if (rv) return 1;
rv += forward_up(ctx);