From 14f44366a9bac5c3c6c8206f5e745a51c4c31de7 Mon Sep 17 00:00:00 2001 From: emanuel Date: Thu, 13 May 2021 18:17:52 +0100 Subject: [PATCH] Test CI --- .gitlab-ci.yml | 3 +++ test/tester.c | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 65a0f10..e3926a3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 diff --git a/test/tester.c b/test/tester.c index b925188..7cdd9e3 100644 --- a/test/tester.c +++ b/test/tester.c @@ -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);